summaryrefslogtreecommitdiff
path: root/spec/bundler/install
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-03-21 16:32:35 +0100
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-03 09:30:00 +0900
commit6fb73e6043015fcd999a2c4b9a52b9bb1d9c4173 (patch)
tree466dab8a86597d159070c4331c31fa8bbdb54fd5 /spec/bundler/install
parent452516f50f80e3bbb6dc9911dcdb133a2e16c170 (diff)
[bundler/bundler] Fully remove compatibility guard
https://github.com/bundler/bundler/commit/2a7a5daba0
Diffstat (limited to 'spec/bundler/install')
-rw-r--r--spec/bundler/install/bundler_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/bundler/install/bundler_spec.rb b/spec/bundler/install/bundler_spec.rb
index 818c6b1ad9..6ea15d13b5 100644
--- a/spec/bundler/install/bundler_spec.rb
+++ b/spec/bundler/install/bundler_spec.rb
@@ -140,7 +140,7 @@ RSpec.describe "bundle install" do
simulate_bundler_version "99999999.99.1"
- bundle! "check", :env => { "BUNDLER_SPEC_IGNORE_COMPATIBILITY_GUARD" => "1" }
+ bundle! "check"
expect(out).to include("The Gemfile's dependencies are satisfied")
end
@@ -153,7 +153,7 @@ RSpec.describe "bundle install" do
simulate_bundler_version "99999999.99.1"
- bundle! "check", :env => { "BUNDLER_SPEC_IGNORE_COMPATIBILITY_GUARD" => "1" }
+ bundle! "check"
expect(out).to include("The Gemfile's dependencies are satisfied")
end