summaryrefslogtreecommitdiff
path: root/spec/unit/cli
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-04-13 10:55:28 -0600
committermo khan <mo.khan@gmail.com>2020-04-13 10:55:28 -0600
commitbecc1f923a63b6065d633df2e3cebe9ff31b500f (patch)
tree57c3c4ee1632ba138e9d02b3054da51725931f25 /spec/unit/cli
parent44c0d2b75ea2c815d86c5c211410cb1e0a2a498f (diff)
Remove duplicate pending specs
Diffstat (limited to 'spec/unit/cli')
-rw-r--r--spec/unit/cli/scan_spec.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/unit/cli/scan_spec.rb b/spec/unit/cli/scan_spec.rb
index 0936cf4..8ee1d76 100644
--- a/spec/unit/cli/scan_spec.rb
+++ b/spec/unit/cli/scan_spec.rb
@@ -95,9 +95,5 @@ RSpec.describe Spandx::Cli::Commands::Scan do
specify { expect(result).to include('version' => '1.0') }
specify { expect(result['dependencies']).to include('name' => 'NHibernate', 'version' => '5.2.6', 'licenses' => ['LGPL-2.1-only']) }
- pending { expect(result['dependencies']).to include('name' => 'Antlr3.Runtime', 'version' => '', 'licenses' => ['']) }
- pending { expect(result['dependencies']).to include('name' => 'Iesi.Collections', 'version' => '', 'licenses' => ['']) }
- pending { expect(result['dependencies']).to include('name' => 'Remotion.Linq', 'version' => '', 'licenses' => ['']) }
- pending { expect(result['dependencies']).to include('name' => 'Remotion.Linq.EagerFetching', 'version' => '', 'licenses' => ['']) }
end
end