diff options
author | Stefan Lance <stefan@lances.net> | 2015-03-20 20:09:12 -0500 |
---|---|---|
committer | Samuel Giddins <segiddins@segiddins.me> | 2016-07-05 15:10:43 -0300 |
commit | 6c23655565d9d47f045c9c8a37915988c94987e0 (patch) | |
tree | bbe779e3adbdcaa2fb1a3df59c7d6d1ba046ad8a /spec/update | |
parent | a82b8f5816e34652d120de75292064de99a56bbb (diff) | |
download | bundler-6c23655565d9d47f045c9c8a37915988c94987e0.tar.gz |
Add Bundler.ui.deprecate
Diffstat (limited to 'spec/update')
-rw-r--r-- | spec/update/git_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/update/git_spec.rb b/spec/update/git_spec.rb index 644bbad80c..25dff6818e 100644 --- a/spec/update/git_spec.rb +++ b/spec/update/git_spec.rb @@ -90,7 +90,7 @@ describe "bundle update" do gem "foo", "1.0", :git => "#{lib_path("foo_two")}" G - expect(err).to be_empty + expect(err).to lack_errors expect(out).to include("Fetching #{lib_path}/foo_two") expect(out).to include("Bundle complete!") end |