diff options
| author | mo khan <mo.khan@gmail.com> | 2020-05-20 18:36:24 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-05-20 18:36:24 -0600 |
| commit | e099378214541b75a7ddadd3e50781d1af294560 (patch) | |
| tree | 1857404e88298c5fa0f9aa914c18a76868c1c8d7 /spec/unit/cli/scan_spec.rb | |
| parent | 5d2ab2259a6358909c207e40a0a6e6064692d76f (diff) | |
Use npm cache for yarn packages
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 8e82021..dff893f 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 - xit { expect(result).to eql(fixture_file_content('recursive.expected')) } + it { expect(result).to eql(fixture_file_content('recursive.expected')) } end context 'when scanning Gemfile.lock' do |
