diff options
| author | mo khan <mo.khan@gmail.com> | 2020-04-05 14:57:46 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-04-05 14:57:46 -0600 |
| commit | ceb694c29ee241309cc0ef51b6e9634f1d515cf4 (patch) | |
| tree | 76dfc7874bdf9a759ffac862bd57e2fb56cd4ebc /spec/unit/cli | |
| parent | 44a57349fa125a0dd3aacb32483528dda117f07a (diff) | |
Detect software licenses in yarn projects
Diffstat (limited to 'spec/unit/cli')
| -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 a6638fd..ec5a785 100644 --- a/spec/unit/cli/scan_spec.rb +++ b/spec/unit/cli/scan_spec.rb @@ -33,7 +33,7 @@ RSpec.describe Spandx::Cli::Commands::Scan do let(:options) { { 'recursive' => true } } before do - VCR.use_cassette('scan-directory-recursively') do + VCR.use_cassette('scan-directory-recursively', record: :new_episodes) do subject.execute(output: output) end end |
