aboutsummaryrefslogtreecommitdiffstats
path: root/spec/install
diff options
context:
space:
mode:
authorKir Shatrov <shatrov@me.com>2014-11-22 23:29:19 -0800
committerAndre Arko <andre@arko.net>2014-11-30 22:32:10 -0800
commit6f80c0c932e80c018be97845b2a80d2a7537eb58 (patch)
tree371b1a56e25371d1d1ba6ca7eb7f85a7f70b0c7c /spec/install
parentbef2a7093d17f3b53c5f382aa3511578948a76b2 (diff)
downloadbundler-6f80c0c932e80c018be97845b2a80d2a7537eb58.tar.gz
Better exception handling
Diffstat (limited to 'spec/install')
-rw-r--r--spec/install/gems/simple_case_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/install/gems/simple_case_spec.rb b/spec/install/gems/simple_case_spec.rb
index aac70db6..d3f1c7da 100644
--- a/spec/install/gems/simple_case_spec.rb
+++ b/spec/install/gems/simple_case_spec.rb
@@ -16,7 +16,7 @@ describe "bundle install with gem sources" do
raise StandardError, "FAIL"
G
- expect(err).to match(/FAIL \(StandardError\)/)
+ expect(out).to match(/StandardError - FAIL/)
expect(bundled_app("Gemfile.lock")).not_to exist
end