summaryrefslogtreecommitdiff
path: root/spec/unit/cli
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-03-21 14:03:21 -0600
committermo khan <mo.khan@gmail.com>2020-03-21 14:03:21 -0600
commit9966dbf1e2a949782ec84fa8d4b545482efd8d1d (patch)
tree16f298f82784829c15274f7cee9ea5f333635ae5 /spec/unit/cli
parentc8351159af1583536e49f743585ace63cd1e2c5d (diff)
Change default report format to table
Diffstat (limited to 'spec/unit/cli')
-rw-r--r--spec/unit/cli/scan_spec.rb2
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)