diff options
| author | mo khan <mo.khan@gmail.com> | 2020-03-21 14:03:21 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-03-21 14:03:21 -0600 |
| commit | 9966dbf1e2a949782ec84fa8d4b545482efd8d1d (patch) | |
| tree | 16f298f82784829c15274f7cee9ea5f333635ae5 /spec/unit/cli | |
| parent | c8351159af1583536e49f743585ace63cd1e2c5d (diff) | |
Change default report format to table
Diffstat (limited to 'spec/unit/cli')
| -rw-r--r-- | spec/unit/cli/scan_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/cli/scan_spec.rb b/spec/unit/cli/scan_spec.rb index 81d989c..b0a5fe1 100644 --- a/spec/unit/cli/scan_spec.rb +++ b/spec/unit/cli/scan_spec.rb @@ -5,7 +5,7 @@ RSpec.describe Spandx::Cli::Commands::Scan do let(:output) { StringIO.new } let(:lockfile) { '.' } - let(:options) { {} } + let(:options) { { format: 'json' } } before do stub_request(:get, Spandx::Spdx::Gateway::URL) |
