summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index f313bd4f249..b19f5824236 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -50,11 +50,6 @@ RSpec.configure do |config|
example.run
Rails.cache = caching_store
end
-
- config.after(:each) do
- FileUtils.rm_rf("tmp/tests/repositories")
- FileUtils.mkdir_p("tmp/tests/repositories")
- end
end
FactoryGirl::SyntaxRunner.class_eval do