summaryrefslogtreecommitdiff
path: root/spec/cache
diff options
context:
space:
mode:
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