summaryrefslogtreecommitdiff
path: root/spec/install/gems
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-05 17:10:31 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-08 13:04:27 +0200
commit507d56c6ec86566122bd247cd003e48e91da0d4f (patch)
tree3a4d81872a94637c95f0f145cbf84ef3e004ed06 /spec/install/gems
parentccc4fa9422492467cbcab356786e2c55975ff84e (diff)
downloadbundler-507d56c6ec86566122bd247cd003e48e91da0d4f.tar.gz
Move multiple global source removal to bundler 3
And fix specs.
Diffstat (limited to 'spec/install/gems')
-rw-r--r--spec/install/gems/flex_spec.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/install/gems/flex_spec.rb b/spec/install/gems/flex_spec.rb
index 12bc2877ff..aeb83d6573 100644
--- a/spec/install/gems/flex_spec.rb
+++ b/spec/install/gems/flex_spec.rb
@@ -244,7 +244,7 @@ RSpec.describe "bundle flex_install" do
end
describe "when adding a new source" do
- it "updates the lockfile", :bundler => "< 2" do
+ it "updates the lockfile", :bundler => "< 3" do
build_repo2
install_gemfile! <<-G
source "file://localhost#{gem_repo1}"
@@ -264,7 +264,7 @@ RSpec.describe "bundle flex_install" do
rack (1.0.0)
PLATFORMS
- ruby
+ #{lockfile_platforms}
DEPENDENCIES
rack
@@ -274,7 +274,7 @@ RSpec.describe "bundle flex_install" do
L
end
- it "updates the lockfile", :bundler => "2" do
+ it "updates the lockfile", :bundler => "3" do
build_repo2
install_gemfile! <<-G
source "file://localhost#{gem_repo1}"