summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-05-24 17:46:26 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-07 20:27:17 +0200
commitb2abde04aaeac87bb10736f05753be1a50fac642 (patch)
tree99414ad12f9b6b6ba4a2b25e54c8b0c6534e7a1c
parentf0aa03045fdaed42df632806dd906bac982e952a (diff)
downloadbundler-b2abde04aaeac87bb10736f05753be1a50fac642.tar.gz
Clarify spec description
-rw-r--r--spec/commands/exec_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/commands/exec_spec.rb b/spec/commands/exec_spec.rb
index 752d213994..d04d1bf9bc 100644
--- a/spec/commands/exec_spec.rb
+++ b/spec/commands/exec_spec.rb
@@ -842,7 +842,7 @@ __FILE__: #{path.to_s.inspect}
context "nested bundle exec" do
let(:system_gems_to_install) { super() << :bundler }
- context "with shared gems disabled" do
+ context "when bundle in a local path" do
before do
gemfile <<-G
source "#{file_uri_for(gem_repo1)}"
@@ -851,7 +851,7 @@ __FILE__: #{path.to_s.inspect}
bundle :install, :system_bundler => true, :path => "vendor/bundler"
end
- it "overrides disable_shared_gems so bundler can be found", :ruby_repo do
+ it "correctly shells out", :ruby_repo do
system_gems :bundler
file = bundled_app("file_that_bundle_execs.rb")
create_file(file, <<-RB)