summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/commands/exec_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/commands/exec_spec.rb b/spec/commands/exec_spec.rb
index 0bda2504de..8a53ff67f0 100644
--- a/spec/commands/exec_spec.rb
+++ b/spec/commands/exec_spec.rb
@@ -786,7 +786,7 @@ __FILE__: #{path.to_s.inspect}
expect(bundle!("exec ruby #{file}", :artifice => nil)).to eq(expected)
# Ignore expectation for default bundler gem conflict.
unless ENV["BUNDLER_SPEC_SUB_VERSION"]
- expect(run!(file.read, :no_lib => true, :artifice => nil)).to eq(expected)
+ expect(run!(file.read, :artifice => nil)).to eq(expected)
end
end