aboutsummaryrefslogtreecommitdiffstats
path: root/spec/other/binstubs_spec.rb
diff options
context:
space:
mode:
authorTerence Lee <hone02@gmail.com>2012-12-28 21:52:16 -0500
committerTerence Lee <hone02@gmail.com>2012-12-28 21:52:16 -0500
commitfd734f676ba1bf0e198d7ea948433f29f7dbca6e (patch)
tree8e99e0c1fcca68e920057b10575f6a7aa5f29d1a /spec/other/binstubs_spec.rb
parentcb7fe5e28aab848ded6c8d4076bb64a5ea0a421e (diff)
downloadbundler-fd734f676ba1bf0e198d7ea948433f29f7dbca6e.tar.gz
tell people how to use binstubs --force if skipping
Diffstat (limited to 'spec/other/binstubs_spec.rb')
-rw-r--r--spec/other/binstubs_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/other/binstubs_spec.rb b/spec/other/binstubs_spec.rb
index 9654ba72..8fcc7910 100644
--- a/spec/other/binstubs_spec.rb
+++ b/spec/other/binstubs_spec.rb
@@ -110,7 +110,7 @@ describe "bundle binstubs <gem>" do
expect(bundled_app("bin/rackup")).to exist
expect(File.read(bundled_app("bin/rackup"))).to eq("OMG")
- expect(out).to eq("Skipping rackup, since it already exists.")
+ expect(out).to eq("Skipping rackup since it already exists. Pass --force to overwrite.")
end
context "when using --force" do