diff options
| author | mo khan <mo.khan@gmail.com> | 2020-05-03 11:12:13 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-05-03 11:12:13 -0600 |
| commit | f751b9d196e35ebaf29133a13f2aaf2f787e1077 (patch) | |
| tree | dd9068e7b2f8699a6b8f1a0fc059e115b7b985f8 /spec/unit/cli/scan_spec.rb | |
| parent | 99354acc03044c455eae576b6d513ae5ddca013e (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.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 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 |
