summaryrefslogtreecommitdiff
path: root/spec/plugins/install_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/plugins/install_spec.rb')
-rw-r--r--spec/plugins/install_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/plugins/install_spec.rb b/spec/plugins/install_spec.rb
index 880984b0e4..c667ed0a68 100644
--- a/spec/plugins/install_spec.rb
+++ b/spec/plugins/install_spec.rb
@@ -127,7 +127,7 @@ describe "bundler plugin install" do
expect(out).to include("Bundle complete!")
- expect(the_bundle).to have_installed("rack 1.0.0")
+ expect(the_bundle).to include_gems("rack 1.0.0")
plugin_should_be_installed("foo")
end