summaryrefslogtreecommitdiff
path: root/spec/bundler/cli_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/bundler/cli_spec.rb')
-rw-r--r--spec/bundler/cli_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/cli_spec.rb b/spec/bundler/cli_spec.rb
index e04902488e..135d4a2137 100644
--- a/spec/bundler/cli_spec.rb
+++ b/spec/bundler/cli_spec.rb
@@ -35,7 +35,7 @@ describe "bundle executable" do
bundle :install, :env => { "BUNDLE_GEMFILE" => "" }
- should_be_installed "rack 1.0.0"
+ expect(the_bundle).to have_installed "rack 1.0.0"
end
end