summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Lance <stefan@lances.net>2015-06-23 22:49:02 -0400
committerSamuel E. Giddins <segiddins@segiddins.me>2015-07-16 16:51:59 -0700
commit2d93db83e6c57b138cabea3f14fb64432cdec994 (patch)
tree94d71a56cb923fda2c337e735312888142d6b790
parentec2ac67a57b5c510db04e456d7936ce0036c496a (diff)
downloadbundler-2d93db83e6c57b138cabea3f14fb64432cdec994.tar.gz
Fix failing executable spec
-rw-r--r--spec/runtime/executable_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/runtime/executable_spec.rb b/spec/runtime/executable_spec.rb
index 51b003c904..57a0266c58 100644
--- a/spec/runtime/executable_spec.rb
+++ b/spec/runtime/executable_spec.rb
@@ -112,11 +112,11 @@ describe "Running bin/* commands" do
bundle "install"
bundle "binstubs rack --path bin/"
bundled_app("bin/rackup").rmtree
- bundle "binstubs rack --path \"\""
expect(bundled_app("bin/rackup")).not_to exist
#expect(bundled_app("rackup")).not_to exist
+ bundle "binstubs rack --path \"\""
bundle "config bin"
expect(out).to include("You have not configured a value for `bin`")
end