diff options
Diffstat (limited to 'spec/integration/dotnet/examples_spec.rb')
| -rw-r--r-- | spec/integration/dotnet/examples_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/integration/dotnet/examples_spec.rb b/spec/integration/dotnet/examples_spec.rb index 13f4712..5df675c 100644 --- a/spec/integration/dotnet/examples_spec.rb +++ b/spec/integration/dotnet/examples_spec.rb @@ -1,6 +1,6 @@ -require 'spec_helper' +# frozen_string_literal: true -RSpec.describe ".NET Core" do +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(env: { 'LICENSE_FINDER_CLI_OPTS' => '--recursive' }) |
