diff options
| author | mo khan <mo.khan@gmail.com> | 2020-07-09 13:51:49 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-07-09 13:51:49 -0600 |
| commit | 2bc8522495d25ac6ef984883bf98f398a4ff436c (patch) | |
| tree | 895c16ef2087da4f10fa348bba921234ba58d5a3 | |
| parent | d3f219ae8c6ffe9bcbfd6d3409d72a1c9819ee2c (diff) | |
Specify branch `main`v3.15.1
| -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 |
