summaryrefslogtreecommitdiff
path: root/spec/commands/update_spec.rb
diff options
context:
space:
mode:
authorStefan Lance <stefan@lances.net>2015-03-20 20:09:12 -0500
committerSamuel Giddins <segiddins@segiddins.me>2016-07-05 15:10:43 -0300
commit6c23655565d9d47f045c9c8a37915988c94987e0 (patch)
treebbe779e3adbdcaa2fb1a3df59c7d6d1ba046ad8a /spec/commands/update_spec.rb
parenta82b8f5816e34652d120de75292064de99a56bbb (diff)
downloadbundler-6c23655565d9d47f045c9c8a37915988c94987e0.tar.gz
Add Bundler.ui.deprecate
Diffstat (limited to 'spec/commands/update_spec.rb')
-rw-r--r--spec/commands/update_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/commands/update_spec.rb b/spec/commands/update_spec.rb
index 31d5a21975..b1bf843f9b 100644
--- a/spec/commands/update_spec.rb
+++ b/spec/commands/update_spec.rb
@@ -274,7 +274,7 @@ describe "bundle update when a gem depends on a newer version of bundler" do
it "should not explode" do
bundle "update"
- expect(err).to be_empty
+ expect(err).to lack_errors
end
it "should explain that bundler conflicted" do