summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgis- <corestudiosinc@gmail.com>2015-08-30 15:07:26 +0300
committerAgis- <corestudiosinc@gmail.com>2015-08-30 18:23:04 +0300
commit30242dab1394d6d9298b9229ba440a4322472bcb (patch)
treea1d923212bc75f619729c62ee7392ec5c423ac37
parent6791d2f992be0547f21cba9406fd540f53fd2473 (diff)
downloadbundler-30242dab1394d6d9298b9229ba440a4322472bcb.tar.gz
Silence expected yet noisy error output in test
-rw-r--r--spec/commands/package_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/commands/package_spec.rb b/spec/commands/package_spec.rb
index d890afc995..9861f4c21e 100644
--- a/spec/commands/package_spec.rb
+++ b/spec/commands/package_spec.rb
@@ -38,7 +38,7 @@ describe "bundle package" do
bundle "package --no-install"
- should_not_be_installed "rack 1.0.0"
+ should_not_be_installed "rack 1.0.0", :expect_err => true
expect(bundled_app("vendor/cache/rack-1.0.0.gem")).to exist
end
end