diff options
| author | mo khan <mo.khan@gmail.com> | 2020-01-20 15:42:54 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-01-20 15:42:54 -0700 |
| commit | c3c70886ba0cb44bbd646217db04fa76cdaf34b3 (patch) | |
| tree | 05e78a088addcc52d86fcadf4b72b1acd353fc68 /spec/integration | |
| parent | d722d5fbe44892306e7e55d42f20f39a2eaac880 (diff) | |
Add spec for scanning gems.lock
Diffstat (limited to 'spec/integration')
| -rw-r--r-- | spec/integration/scan_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/integration/scan_spec.rb b/spec/integration/scan_spec.rb index c5ecd8d..4512005 100644 --- a/spec/integration/scan_spec.rb +++ b/spec/integration/scan_spec.rb @@ -17,7 +17,7 @@ RSpec.describe '`spandx scan` command', type: :cli do end it 'executes `spandx scan Gemfile.lock`' do - gemfile_lock = fixture_file('bundler/Gemfile-single.lock') + gemfile_lock = fixture_file('bundler/Gemfile.lock') output = `spandx scan #{gemfile_lock}` expected_output = <<~OUT { @@ -37,7 +37,7 @@ RSpec.describe '`spandx scan` command', type: :cli do end it 'executes `spandx scan gems.lock' do - gemfile_lock = fixture_file('bundler/gems-single.lock') + gemfile_lock = fixture_file('bundler/gems.lock') output = `spandx scan #{gemfile_lock}` expected_output = <<~OUT { |
