summaryrefslogtreecommitdiff
path: root/spec/unit/cli
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-06-12 15:44:13 -0600
committermo khan <mo.khan@gmail.com>2020-06-12 15:44:13 -0600
commite4b947d00f26e9aeb975b4e1933376f8cb1c6051 (patch)
tree9314281c92dcad84b1a1732979eac4449868fc2b /spec/unit/cli
parent077998970180a9f21d287d2716ef9d2eaceb4cfa (diff)
Remove --show-progress option
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 7e33e7f..a11842d 100644
--- a/spec/unit/cli/scan_spec.rb
+++ b/spec/unit/cli/scan_spec.rb
@@ -7,7 +7,7 @@ RSpec.describe Spandx::Cli::Commands::Scan do
let(:lockfile) { fixture_file(path) }
let(:output) { StringIO.new }
- let(:options) { { format: 'table', show_progress: false, recursive: true } }
+ let(:options) { { format: 'table', recursive: true } }
before do
stub_request(:get, Spandx::Spdx::Gateway::URL)