sul-dlss / argo

The administrative discovery interface for Stanford's Digital Object Registry
Other
20 stars 5 forks source link

Add missing method mocks #4593

Closed jcoyne closed 1 month ago

jcoyne commented 1 month ago

Why was this change made?

There are errors in the test suite like:

       #<InstanceDouble(VersionService) (anonymous)> received unexpected message :closeable? with (no args)

but spec/support/feature_errors.rb is masking them.

How was this change tested?