summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-04-14 21:20:38 -0700
committerAndre Arko <andre@arko.net>2010-04-14 21:20:47 -0700
commit45baf3d4711522ec5b8df137dde857a83fff45be (patch)
tree040ac0e16603cdcde178d88277a586eed47094f3
parent50fa7207f02fc2bd03d4f794ac393c6984569a6d (diff)
downloadbundler-45baf3d4711522ec5b8df137dde857a83fff45be.tar.gz
Fix typo in setup_spec
-rw-r--r--spec/runtime/setup_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/runtime/setup_spec.rb b/spec/runtime/setup_spec.rb
index ab49b38ec5..9dac7dda41 100644
--- a/spec/runtime/setup_spec.rb
+++ b/spec/runtime/setup_spec.rb
@@ -248,7 +248,7 @@ describe "Bundler.setup" do
Bundler.setup
R
- err.should include"Could not find gem 'imaginary")
+ err.should include("Could not find gem 'imaginary")
err.should include("Try running `bundle install`")
end