diff options
| author | mo khan <mo.khan@gmail.com> | 2020-05-07 21:51:40 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-05-07 21:51:40 -0600 |
| commit | 45a432aa58e13f5d5e7bd2284dc17b8668abae5e (patch) | |
| tree | bd321240a97f15c07c508eae5bf118332b5aab7e /spec/unit/cli/scan_spec.rb | |
| parent | 74f4dfd70afdbf2d73905a00dda32bd3abef299a (diff) | |
Work on making pending spec pass
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 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 |
