summaryrefslogtreecommitdiff
path: root/spec/cache
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/cache
parenta82b8f5816e34652d120de75292064de99a56bbb (diff)
downloadbundler-6c23655565d9d47f045c9c8a37915988c94987e0.tar.gz
Add Bundler.ui.deprecate
Diffstat (limited to 'spec/cache')
-rw-r--r--spec/cache/git_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/cache/git_spec.rb b/spec/cache/git_spec.rb
index f94b1b3469..df77e39cb8 100644
--- a/spec/cache/git_spec.rb
+++ b/spec/cache/git_spec.rb
@@ -60,7 +60,7 @@ end
bundle "#{cmd} --all"
bundle "#{cmd} --all"
- expect(err).to eq("")
+ expect(err).to lack_errors
FileUtils.rm_rf lib_path("foo-1.0")
should_be_installed "foo 1.0"
end