sul-dlss / exhibits

Stanford University Libraries online exhibits showcase
https://exhibits.stanford.edu
Other
20 stars 7 forks source link

Don't set expectations on nil. #2618

Closed cbeer closed 3 weeks ago

cbeer commented 3 weeks ago

Fixes this warning from the console:

WARNING: An expectation of :file_present? was set on nil. To allow expectations on nil and suppress this message, set RSpec::Mocks.configuration.allow_message_expectations_on_nil to true. To disallow expectations on nil, set RSpec::Mocks.configuration.allow_message_expectations_on_nil to false.