summaryrefslogtreecommitdiff
path: root/spec/unit
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-04-09 16:45:28 -0600
committermo khan <mo.khan@gmail.com>2020-04-09 16:45:28 -0600
commite109e87f2c0c727593a69fc718f49c6d5b057f12 (patch)
tree2349ce614b1ee5d29c404b98529bdb9698eef266 /spec/unit
parent8523d6aeb344dfbab7247cb6687ae036379b6ed6 (diff)
Fix failing spec
Diffstat (limited to 'spec/unit')
-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 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