diff options
| author | mo khan <mo.khan@gmail.com> | 2020-04-09 16:45:28 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-04-09 16:45:28 -0600 |
| commit | e109e87f2c0c727593a69fc718f49c6d5b057f12 (patch) | |
| tree | 2349ce614b1ee5d29c404b98529bdb9698eef266 /spec/unit/cli/scan_spec.rb | |
| parent | 8523d6aeb344dfbab7247cb6687ae036379b6ed6 (diff) | |
Fix failing spec
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 7fd90ff..cd7882e 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 - pending { expect(result['dependencies'].count).to be(1691) } + it { expect(result['dependencies'].count).to be(1691) } end context 'when scanning Gemfile.lock' do |
