diff options
| author | celdem <celdem@gitlab.com> | 2020-04-04 17:17:47 +0100 |
|---|---|---|
| committer | celdem <celdem@gitlab.com> | 2020-04-04 17:17:47 +0100 |
| commit | 763fe06e530e1fc87ab9a36fba5a7aa31e746ace (patch) | |
| tree | 77032ecdb525bcd7698431fd4eba0727d4888319 /spec/unit/cli | |
| parent | b36f93801d404d84b63b8ec3524112c1ffb07cdf (diff) | |
Use eager loading for parsers to register
Diffstat (limited to 'spec/unit/cli')
| -rw-r--r-- | spec/unit/cli/scan_spec.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/unit/cli/scan_spec.rb b/spec/unit/cli/scan_spec.rb index 9471c56..b0a5fe1 100644 --- a/spec/unit/cli/scan_spec.rb +++ b/spec/unit/cli/scan_spec.rb @@ -22,9 +22,6 @@ RSpec.describe Spandx::Cli::Commands::Scan do end end - it 'ddd' do - require 'byebug'; byebug - end specify { expect(result['dependencies'].count).to be(2) } specify { expect(result).to include('version' => '1.0') } specify { expect(result['dependencies']).to include('name' => 'net-hippie', 'version' => '0.2.7', 'licenses' => ['MIT']) } |
