mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-10 21:26:07 +10:00
8 lines
145 B
Ruby
8 lines
145 B
Ruby
CarrierWave.root = 'tmp/tests/uploads'
|
|
|
|
RSpec.configure do |config|
|
|
config.after(:suite) do
|
|
FileUtils.rm_rf('tmp/tests/uploads')
|
|
end
|
|
end
|