diff options
Diffstat (limited to 'spec/integration/dotnet/examples_spec.rb')
| -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 8b325b7..f9c63ea 100644 --- a/spec/integration/dotnet/examples_spec.rb +++ b/spec/integration/dotnet/examples_spec.rb @@ -2,7 +2,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') + runner.clone('https://github.com/microsoft/RockPaperScissorsLizardSpock.git', branch: 'main') report = runner.scan(env: { 'LICENSE_FINDER_CLI_OPTS' => '--recursive' }) expect(report).to match_schema |
