summaryrefslogtreecommitdiff
path: root/spec/commands/binstubs_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/commands/binstubs_spec.rb
parent9d43a0504023926e8457832d0841d8d44a6217c5 (diff)
downloadbundler-220695122ff4de38a941afb8153f18f8b6667658.tar.gz
Use `include_gem` as the matcher name
Diffstat (limited to 'spec/commands/binstubs_spec.rb')
-rw-r--r--spec/commands/binstubs_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/commands/binstubs_spec.rb b/spec/commands/binstubs_spec.rb
index 1f8a3bd508..35c9d187a0 100644
--- a/spec/commands/binstubs_spec.rb
+++ b/spec/commands/binstubs_spec.rb
@@ -244,7 +244,7 @@ describe "bundle binstubs <gem>" do
bundle "config auto_install 1"
bundle "binstubs rack"
expect(out).to include("Installing rack 1.0.0")
- expect(the_bundle).to have_installed "rack 1.0.0"
+ expect(the_bundle).to include_gems "rack 1.0.0"
end
it "does nothing when already up to date" do