summaryrefslogtreecommitdiff
path: root/spec/unit/cli/scan_spec.rb
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-05-03 11:12:13 -0600
committermo khan <mo.khan@gmail.com>2020-05-03 11:12:13 -0600
commitf751b9d196e35ebaf29133a13f2aaf2f787e1077 (patch)
treedd9068e7b2f8699a6b8f1a0fc059e115b7b985f8 /spec/unit/cli/scan_spec.rb
parent99354acc03044c455eae576b6d513ae5ddca013e (diff)
Add pending specs for detections to correct
Diffstat (limited to 'spec/unit/cli/scan_spec.rb')
-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 8ee1d76..12df3aa 100644
--- a/spec/unit/cli/scan_spec.rb
+++ b/spec/unit/cli/scan_spec.rb
@@ -38,7 +38,7 @@ RSpec.describe Spandx::Cli::Commands::Scan do
end
end
- specify { expect(result).to eql(fixture_file_content('recursive.expected')) }
+ pending { expect(result).to eql(fixture_file_content('recursive.expected')) }
end
context 'when scanning Gemfile.lock' do