From c607f20d7d200c18cc26edb1346dda847cc4331e Mon Sep 17 00:00:00 2001 From: Samuel Giddins Date: Wed, 27 Jul 2016 12:07:11 -0500 Subject: [Matchers] Add TheBundle class to make custom matchers more fluent --- spec/bundler/cli_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/bundler/cli_spec.rb') 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 -- cgit v1.2.1