Skip to content

Commit

Permalink
and the other spec
Browse files Browse the repository at this point in the history
  • Loading branch information
dlpierce committed Mar 8, 2024
1 parent 909580a commit 64802b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/presenters/hyrax/file_set_presenter_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
end

context 'When initialized' do
it '.collection is available' do
expect(subject).to respond_to(:collection)
it '.collection_banner_presenter is available' do
expect(subject).to respond_to(:collection_banner_presenter)
end
it '.campus_logo is available' do
expect(subject).to respond_to(:campus_logo)
Expand Down

0 comments on commit 64802b2

Please sign in to comment.