summaryrefslogtreecommitdiff
path: root/spec/install
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-12-23 22:10:18 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-12-31 14:24:18 +0100
commitc0b3f9e96d8bbb7633c77bfbf906d29edfc8a107 (patch)
tree57454eaeff8c5865df40975a8bbc2dfa65684b96 /spec/install
parent4a70beb76568e9a51c78ed64ed5e59f9b381a9f9 (diff)
downloadbundler-c0b3f9e96d8bbb7633c77bfbf906d29edfc8a107.tar.gz
Reword spec to be easier to understand
Diffstat (limited to 'spec/install')
-rw-r--r--spec/install/deploy_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/install/deploy_spec.rb b/spec/install/deploy_spec.rb
index ee456b2301..b55eeeb28f 100644
--- a/spec/install/deploy_spec.rb
+++ b/spec/install/deploy_spec.rb
@@ -34,7 +34,7 @@ RSpec.describe "install with --deployment or --frozen" do
expect(exitstatus).to eq(15) if exitstatus
end
- it "works after you try to deploy without a lock" do
+ it "doesn't mess up a subsequent `bundle install` after you try to deploy without a lock" do
bundle "install --deployment"
bundle! :install
expect(the_bundle).to include_gems "rack 1.0"