summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-12-23 21:33:15 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-12-31 14:19:13 +0100
commitbf9dfa29b578c1e359f3e970a50e9fa0469ab80d (patch)
treef0c6ff13cdc02d75a60ba4df766d51c61316ea6e
parent9b9eeddb05feced8d48fbe15a9064de9a10abd18 (diff)
downloadbundler-bf9dfa29b578c1e359f3e970a50e9fa0469ab80d.tar.gz
Don't try to install
Only set the `Gemfile`, since `bundle install`'ing from that source always fails.
-rw-r--r--spec/install/deploy_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/install/deploy_spec.rb b/spec/install/deploy_spec.rb
index 89da3fc801..f12007e827 100644
--- a/spec/install/deploy_spec.rb
+++ b/spec/install/deploy_spec.rb
@@ -286,7 +286,7 @@ RSpec.describe "install with --deployment or --frozen" do
end
before do
- install_gemfile <<-G
+ gemfile <<-G
source "http://user_name:password@localgemserver.test/"
gem "rack"
G