diff options
Diffstat (limited to 'spec/integration/scan_spec.rb')
| -rw-r--r-- | spec/integration/scan_spec.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/spec/integration/scan_spec.rb b/spec/integration/scan_spec.rb index 9ff4571..8b8b610 100644 --- a/spec/integration/scan_spec.rb +++ b/spec/integration/scan_spec.rb @@ -4,13 +4,13 @@ RSpec.describe '`spandx scan` command', type: :cli do it 'executes `spandx help scan` command successfully' do output = `spandx help scan` expected_output = <<~OUT -Usage: - spandx scan LOCKFILE + Usage: + spandx scan LOCKFILE -Options: - -h, [--help], [--no-help] # Display usage information + Options: + -h, [--help], [--no-help] # Display usage information -Scan a lockfile and list dependencies/licenses + Scan a lockfile and list dependencies/licenses OUT expect(output).to eq(expected_output) |
