summaryrefslogtreecommitdiff
path: root/spec/install/git_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/install/git_spec.rb')
-rw-r--r--spec/install/git_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/install/git_spec.rb b/spec/install/git_spec.rb
index 1cfab66961..f35a543509 100644
--- a/spec/install/git_spec.rb
+++ b/spec/install/git_spec.rb
@@ -12,7 +12,7 @@ describe "bundle install" do
bundle :install
expect(out).to include("Using foo 1.0 from #{lib_path("foo")} (at master@#{revision_for(lib_path("foo"))[0..6]})")
- expect(the_bundle).to have_installed "foo 1.0", :source => "git@#{lib_path("foo")}"
+ expect(the_bundle).to include_gems "foo 1.0", :source => "git@#{lib_path("foo")}"
end
it "should check out git repos that are missing but not being installed" do