BigW Consortium Gitlab

carrierwave.rb 145 Bytes
Newer Older
1 2 3 4 5 6 7
CarrierWave.root = 'tmp/tests/uploads'

RSpec.configure do |config|
  config.after(:suite) do
    FileUtils.rm_rf('tmp/tests/uploads')
  end
end