summaryrefslogtreecommitdiff
path: root/spec/lock/git_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/lock/git_spec.rb')
-rw-r--r--spec/lock/git_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lock/git_spec.rb b/spec/lock/git_spec.rb
index db88aed750..93473db052 100644
--- a/spec/lock/git_spec.rb
+++ b/spec/lock/git_spec.rb
@@ -11,7 +11,7 @@ describe "bundle lock with git gems" do
end
it "doesn't break right after running lock" do
- expect(the_bundle).to have_installed "foo 1.0.0"
+ expect(the_bundle).to include_gems "foo 1.0.0"
end
it "locks a git source to the current ref" do