summaryrefslogtreecommitdiff
path: root/spec/support/hax.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-03-21 16:32:35 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-07-09 10:53:05 +0200
commit2a7a5daba077b9c626ca75ea0e802914c2e988b0 (patch)
treecc0163995a2c4b65ac7d49bd59ceb04cddda9938 /spec/support/hax.rb
parentc17f24747a3e5254a57ef360ac8300d0244fd421 (diff)
downloadbundler-2a7a5daba077b9c626ca75ea0e802914c2e988b0.tar.gz
Fully remove compatibility guardremove_compatibility_guard
Diffstat (limited to 'spec/support/hax.rb')
-rw-r--r--spec/support/hax.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/spec/support/hax.rb b/spec/support/hax.rb
index 826fbbcc0f..74daccc9db 100644
--- a/spec/support/hax.rb
+++ b/spec/support/hax.rb
@@ -59,11 +59,3 @@ class Object
end
end
end
-
-if ENV["BUNDLER_SPEC_IGNORE_COMPATIBILITY_GUARD"]
- $LOADED_FEATURES << File.expand_path("../../../bundler/compatibility_guard.rb", __FILE__)
- $LOADED_FEATURES << File.expand_path("../../../bundler/compatibility_guard", __FILE__)
- $LOADED_FEATURES << "bundler/compatibility_guard.rb"
- $LOADED_FEATURES << "bundler/compatibility_guard"
- require "bundler/compatibility_guard"
-end