summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2017-07-06 09:53:00 +0200
committerSamuel Giddins <segiddins@segiddins.me>2017-07-19 09:19:10 -0500
commit4a8d2be31b5bd84ac1e3b3966172ec4d87e9e77b (patch)
treec40c05d377a8d105bf1f7330c949c056a07095b7 /spec
parent59a99983de7447b043a64b60868a90799841eef0 (diff)
downloadbundler-4a8d2be31b5bd84ac1e3b3966172ec4d87e9e77b.tar.gz
Speed up no-op installsseg-speed-up-no-op-install
This should make them nearly as fast a bundle check
Diffstat (limited to 'spec')
-rw-r--r--spec/commands/install_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/commands/install_spec.rb b/spec/commands/install_spec.rb
index a21b735f8e..3858a45b82 100644
--- a/spec/commands/install_spec.rb
+++ b/spec/commands/install_spec.rb
@@ -496,7 +496,7 @@ RSpec.describe "bundle install with gem sources" do
before do
gemfile <<-G
source 'https://rubygems.org/'
- gem 'bundler'
+ gem "."
G
end