diff options
| author | Samuel Giddins <segiddins@segiddins.me> | 2017-06-23 17:13:11 -0500 |
|---|---|---|
| committer | Samuel Giddins <segiddins@segiddins.me> | 2017-06-23 23:29:07 -0500 |
| commit | 6b40a8a22bfb3f04e677a3de4d5b9329c689d2c2 (patch) | |
| tree | 446a39339e9616e0f000cb1fbc9ac4f1003d7efb /spec/install/deploy_spec.rb | |
| parent | f1ffdf65a07f5764c42dfd6bbb044d6afeda0b86 (diff) | |
| download | bundler-6b40a8a22bfb3f04e677a3de4d5b9329c689d2c2.tar.gz | |
Get the Bundler 2 specs passing with transitive source pinning
Diffstat (limited to 'spec/install/deploy_spec.rb')
| -rw-r--r-- | spec/install/deploy_spec.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/spec/install/deploy_spec.rb b/spec/install/deploy_spec.rb index 032ff01b66..8ef948de77 100644 --- a/spec/install/deploy_spec.rb +++ b/spec/install/deploy_spec.rb @@ -93,15 +93,14 @@ RSpec.describe "install with --deployment or --frozen" do end it "works with sources given by a block" do - install_gemfile <<-G + install_gemfile! <<-G source "file://#{gem_repo1}" do gem "rack" end G - bundle "install --deployment" + bundle! "install --deployment" - expect(exitstatus).to eq(0) if exitstatus expect(the_bundle).to include_gems "rack 1.0" end |
