Skip to content

Commit

Permalink
Rename collections? spec to reflect new use pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
dlpierce committed Nov 11, 2022
1 parent 280664b commit bcea7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/hyrax/collection_type_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
end
end

describe "collections?", :clean_repo do
describe "collections.any?", :clean_repo do
let(:collection_type) { FactoryBot.create(:collection_type) }

it 'returns true if there are any collections of this collection type' do
Expand Down

0 comments on commit bcea7e1

Please sign in to comment.