diff options
| author | mo khan <mo.khan@gmail.com> | 2020-01-13 19:55:53 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-01-13 19:55:53 -0700 |
| commit | ad1003fb5fa0b775f1abb45022ccb4f2cb55f497 (patch) | |
| tree | cc7a9e050188b569935a6865d2edb547db9d6214 /spec | |
| parent | 404fa217515b7f5f5340f0db131c638fdb0fe17e (diff) | |
Export LICENSE_FINDER_CLI_OPTS --recursive
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/integration/dotnet/examples_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/dotnet/examples_spec.rb b/spec/integration/dotnet/examples_spec.rb index aa2a757..43caea0 100644 --- a/spec/integration/dotnet/examples_spec.rb +++ b/spec/integration/dotnet/examples_spec.rb @@ -3,7 +3,7 @@ require 'spec_helper' RSpec.describe ".NET Core" do it 'scans https://github.com/microsoft/RockPaperScissorsLizardSpock.git' do runner.clone('https://github.com/microsoft/RockPaperScissorsLizardSpock.git') - report = runner.scan + report = runner.scan(env: { 'LICENSE_FINDER_CLI_OPTS' => '--recursive' }) expect(report).not_to be_empty expect(report[:licenses].count).not_to be_zero |
