summaryrefslogtreecommitdiff
path: root/spec/install/gemfile/eval_gemfile_spec.rb
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2017-07-17 20:31:00 -0500
committerSamuel Giddins <segiddins@segiddins.me>2017-07-19 13:10:40 -0500
commit9f554367e9d71d01dd84a8a48c2da815bdb1bdd6 (patch)
tree59d0691a6456d6550a9e8c0b1e89655af6d69417 /spec/install/gemfile/eval_gemfile_spec.rb
parent79fb4b0e7e4fd55d8e83193b11e64817566fbd93 (diff)
downloadbundler-9f554367e9d71d01dd84a8a48c2da815bdb1bdd6.tar.gz
Update the specs for the new :deployment setting
Diffstat (limited to 'spec/install/gemfile/eval_gemfile_spec.rb')
-rw-r--r--spec/install/gemfile/eval_gemfile_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/install/gemfile/eval_gemfile_spec.rb b/spec/install/gemfile/eval_gemfile_spec.rb
index 7020f1af28..380cfd8593 100644
--- a/spec/install/gemfile/eval_gemfile_spec.rb
+++ b/spec/install/gemfile/eval_gemfile_spec.rb
@@ -47,7 +47,7 @@ RSpec.describe "bundle install with gemfile that uses eval_gemfile" do
# parsed lockfile and the evaluated gemfile.
it "bundles with --deployment" do
bundle! :install
- bundle! :install, forgotten_command_line_options([:deployment, :frozen] => true)
+ bundle! :install, forgotten_command_line_options(:deployment => true)
end
end