aboutsummaryrefslogtreecommitdiffstats
path: root/spec/plugins/install_spec.rb
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2016-08-02 15:01:29 -0500
committerSamuel Giddins <segiddins@segiddins.me>2016-08-02 15:04:28 -0500
commit220695122ff4de38a941afb8153f18f8b6667658 (patch)
tree03208226045886acf6801f4cb5fbd81e93c2b494 /spec/plugins/install_spec.rb
parent9d43a0504023926e8457832d0841d8d44a6217c5 (diff)
downloadbundler-220695122ff4de38a941afb8153f18f8b6667658.tar.gz
Use `include_gem` as the matcher name
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 880984b0..c667ed0a 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