From d4a108a36029e368f11e237447134731f806c276 Mon Sep 17 00:00:00 2001 From: mo Date: Sun, 18 Mar 2018 15:06:10 -0600 Subject: remove bundle exec ruby from test command. --- spec/support/shell_helpers.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/support/shell_helpers.rb b/spec/support/shell_helpers.rb index 756b0e2..c22da0e 100644 --- a/spec/support/shell_helpers.rb +++ b/spec/support/shell_helpers.rb @@ -10,7 +10,7 @@ RSpec.shared_context 'when executing the cli' do let(:env) {} def execute(command, mute: false, env: self.env) - full_command = "#{env} bundle exec ruby ./exe/saml-kit #{command} 2>&1" + full_command = "#{env} ./exe/saml-kit #{command} 2>&1" puts full_command unless mute output = `#{full_command}` [$CHILD_STATUS, output] -- cgit v1.2.3