Files
old-holivud2/spec/support/storage.rb

7 lines
153 B
Ruby
Raw Normal View History

2020-05-31 22:38:19 +02:00
# Clean up files stored during testing
RSpec.configure do |config|
config.after :suite do
FileUtils.rm_rf Rails.root.join("tmp/storage")
end
end