From 2bc8522495d25ac6ef984883bf98f398a4ff436c Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 9 Jul 2020 13:51:49 -0600 Subject: Specify branch `main` --- spec/integration/dotnet/examples_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3