markevans / dragonfly-s3_data_store

S3 data store for the Dragonfly ruby gem
MIT License
62 stars 58 forks source link

RSpec specs do not run without mime-types installed #24

Closed rhymes closed 7 years ago

benpickles commented 8 years ago

For context see:

https://github.com/fog/fog-core/blob/ed9b9dd30c8b1b483fe2cb6747a3f628b205b44c/changelog.md#1350-11242015

And:

https://github.com/fog/fog-core/blob/188c1253bd51a9b1aeba7e3ab675de8e677aaada/lib/fog/storage.rb#L6-L16

markevans commented 7 years ago

as far as I can tell this is a Fog issue (and is now correctly pulled in?) as dragonfly-s3_data_store doesn't directly deal with the mime-types gem. feel free to reopen if this is not the case