summaryrefslogtreecommitdiff
path: root/spec/support/helpers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/helpers.rb')
-rw-r--r--spec/support/helpers.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/spec/support/helpers.rb b/spec/support/helpers.rb
index dde8daaf6f..e556292774 100644
--- a/spec/support/helpers.rb
+++ b/spec/support/helpers.rb
@@ -374,11 +374,6 @@ module Spec
end
gems = gems.flatten
- unless opts[:keep_path]
- FileUtils.rm_rf(path)
- FileUtils.mkdir_p(path)
- end
-
Gem.clear_paths
env_backup = ENV.to_hash