diff options
| author | mo khan <mo.khan@gmail.com> | 2020-04-20 22:49:36 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-04-20 22:49:36 -0600 |
| commit | 690819209575c28b1d54ac710322dce3356fc1ab (patch) | |
| tree | c5114195c98f99e3a363567fb4ea438d32d7d983 /spec/support/integration_test_helper.rb | |
| parent | fd31a57b1f4fa38499e50112d368becb3c7aaecc (diff) | |
Make tests runnable
Diffstat (limited to 'spec/support/integration_test_helper.rb')
| -rw-r--r-- | spec/support/integration_test_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
