summaryrefslogtreecommitdiff
path: root/spec/unit/cli
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-05-07 21:51:40 -0600
committermo khan <mo.khan@gmail.com>2020-05-07 21:51:40 -0600
commit45a432aa58e13f5d5e7bd2284dc17b8668abae5e (patch)
treebd321240a97f15c07c508eae5bf118332b5aab7e /spec/unit/cli
parent74f4dfd70afdbf2d73905a00dda32bd3abef299a (diff)
Work on making pending spec pass
Diffstat (limited to 'spec/unit/cli')
-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 12df3aa..8ee1d76 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).to eql(fixture_file_content('recursive.expected')) }
+ specify { expect(result).to eql(fixture_file_content('recursive.expected')) }
end
context 'when scanning Gemfile.lock' do