Adapt the spec
This commit is contained in:
parent
86896cc46b
commit
8fc57e34c9
7 changed files with 16 additions and 12 deletions
|
|
@ -1,4 +1,5 @@
|
|||
CarrierWave.configure do |config|
|
||||
config.storage = :file
|
||||
config.cache_dir = "#{Rails.root}/tmp/uploads"
|
||||
config.enable_processing = false if Rails.env.test?
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue