From ad1003fb5fa0b775f1abb45022ccb4f2cb55f497 Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 13 Jan 2020 19:55:53 -0700 Subject: Export LICENSE_FINDER_CLI_OPTS --recursive --- spec/integration/dotnet/examples_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec') 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 -- cgit v1.2.3