From 690819209575c28b1d54ac710322dce3356fc1ab Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 20 Apr 2020 22:49:36 -0600 Subject: Make tests runnable --- spec/support/integration_test_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec') diff --git a/spec/support/integration_test_helper.rb b/spec/support/integration_test_helper.rb index 416438e..7e1f23b 100644 --- a/spec/support/integration_test_helper.rb +++ b/spec/support/integration_test_helper.rb @@ -70,7 +70,7 @@ module IntegrationTestHelper def scan(env: {}) command = [ - '/usr/local/bin/ruby -I /opt/spandx-gitlab/lib /usr/local/bin/spandx scan --format=json -r spandx/gitlab -R -l /dev/stderr', + 'ruby -Ilib /opt/ruby/bin/spandx scan --format=json -r spandx/gitlab -R -l /dev/stderr', project_path ].join(' ') return {} unless execute(env, command) -- cgit v1.2.3