summaryrefslogtreecommitdiff
path: root/spec/install/bundler_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/install/bundler_spec.rb')
-rw-r--r--spec/install/bundler_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/install/bundler_spec.rb b/spec/install/bundler_spec.rb
index fd7d44d664..3c5ae0a84f 100644
--- a/spec/install/bundler_spec.rb
+++ b/spec/install/bundler_spec.rb
@@ -134,7 +134,7 @@ RSpec.describe "bundle install" do
simulate_bundler_version "99999999.99.1"
- bundle! "check"
+ bundle! "check", :env => { "BUNDLER_SPEC_IGNORE_COMPATIBILITY_GUARD" => "1" }
expect(out).to include("The Gemfile's dependencies are satisfied")
end
@@ -147,7 +147,7 @@ RSpec.describe "bundle install" do
simulate_bundler_version "99999999.99.1"
- bundle! "check"
+ bundle! "check", :env => { "BUNDLER_SPEC_IGNORE_COMPATIBILITY_GUARD" => "1" }
expect(out).to include("The Gemfile's dependencies are satisfied")
end