aboutsummaryrefslogtreecommitdiffstats
path: root/spec/other/binstubs_spec.rb
diff options
context:
space:
mode:
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