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
In the specs, I have some various tests that validate cases where this model will be updated, but if I set config.cache_only = true in my configuration of CarrierWave in the test environment, this validation fails when the update occurs.
I would like to use this feature, so as not to have to copy all the files to a :file storage, but I can't until this problem is resolved. Thanks.
The text was updated successfully, but these errors were encountered:
I have a class like this:
In the specs, I have some various tests that validate cases where this model will be updated, but if I set
config.cache_only = true
in my configuration of CarrierWave in the test environment, this validation fails when the update occurs.I would like to use this feature, so as not to have to copy all the files to a
:file
storage, but I can't until this problem is resolved. Thanks.The text was updated successfully, but these errors were encountered: