BigW Consortium Gitlab

carrierwave.rb 170 Bytes
Newer Older
1
CarrierWave.root = File.expand_path('tmp/tests/public', Rails.root)
2 3

RSpec.configure do |config|
4
  config.after(:each) do
5
    FileUtils.rm_rf(CarrierWave.root)
6 7
  end
end