BigW Consortium Gitlab

Commit c4c2ac10 by Robert Speicher

Change the default CarrierWave root path for tests

This more closely resembles the development and production paths in that paths contain `public/uploads`, rather than `uploads/uploads` as they did before.
parent 2cfb67df
CarrierWave.root = File.expand_path('tmp/tests/uploads', Rails.root)
CarrierWave.root = File.expand_path('tmp/tests/public', Rails.root)
RSpec.configure do |config|
config.after(:each) do
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment