summaryrefslogtreecommitdiff
path: root/spec/install/binstubs_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/install/binstubs_spec.rb')
-rw-r--r--spec/install/binstubs_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/install/binstubs_spec.rb b/spec/install/binstubs_spec.rb
index 814732fd12..a7e0b847cc 100644
--- a/spec/install/binstubs_spec.rb
+++ b/spec/install/binstubs_spec.rb
@@ -16,7 +16,7 @@ describe "bundle install" do
config "BUNDLE_SYSTEM_BINDIR" => system_gem_path("altbin").to_s
bundle :install
- expect(the_bundle).to have_installed "rack 1.0.0"
+ expect(the_bundle).to include_gems "rack 1.0.0"
expect(system_gem_path("altbin/rackup")).to exist
end
end