From e1b8d366dd87e94fdbc54ed7a4e1bb7f88b928eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Thu, 21 Mar 2019 11:12:28 +0100 Subject: Fix some specs to not rely on remembering flags --- spec/realworld/edgecases_spec.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'spec/realworld') diff --git a/spec/realworld/edgecases_spec.rb b/spec/realworld/edgecases_spec.rb index 0189c55020..22d94bef90 100644 --- a/spec/realworld/edgecases_spec.rb +++ b/spec/realworld/edgecases_spec.rb @@ -201,7 +201,8 @@ RSpec.describe "real world edgecases", :realworld => true, :sometimes => true do gem 'rack', '1.0.1' G - bundle! :install, forgotten_command_line_options(:path => "vendor/bundle") + bundle "config set --local path vendor/bundle" + bundle! :install expect(err).not_to include("Could not find rake") expect(last_command.stderr).to be_empty end -- cgit v1.2.1