You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, the gemspec does not declare rack-test as a runtime dependency. I was using rubydora/active-fedora in a Sinatra webservice when I kept getting the error
NameError: uninitialized constant Rack::Test
because this dependency was missing
The text was updated successfully, but these errors were encountered:
The Rubydora::Datastream#behaves_like_io? method references the Rack::Test::UploadedFile class
https://github.com/projecthydra/rubydora/blob/master/lib/rubydora/datastream.rb#L405
However, the gemspec does not declare rack-test as a runtime dependency. I was using rubydora/active-fedora in a Sinatra webservice when I kept getting the error
because this dependency was missing
The text was updated successfully, but these errors were encountered: