summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2016-08-16 16:59:19 -0500
committerSamuel Giddins <segiddins@segiddins.me>2016-08-16 16:59:19 -0500
commit39d10a65d3b7c9613baf089f0800e79402cf5736 (patch)
tree8702fd03aa0bce00714a457fe2e5df8f1ac5c9d2
parent4f6bdcd5fd2074ff97dba83bf0c7a6398c1a3530 (diff)
downloadbundler-39d10a65d3b7c9613baf089f0800e79402cf5736.tar.gz
Update specs for exec() having a different process title than load
-rw-r--r--spec/commands/exec_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/commands/exec_spec.rb b/spec/commands/exec_spec.rb
index dec1605c9e..e1b94d80d5 100644
--- a/spec/commands/exec_spec.rb
+++ b/spec/commands/exec_spec.rb
@@ -555,6 +555,8 @@ describe "bundle exec" do
context "when disable_exec_load is set" do
let(:exec) { "EXEC: exec" }
+ let(:process) { "PROCESS: ruby #{path} arg1 arg2" }
+
before do
bundle "config disable_exec_load true"
end