summaryrefslogtreecommitdiff
path: root/spec/integration/dotnet/examples_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/integration/dotnet/examples_spec.rb')
-rw-r--r--spec/integration/dotnet/examples_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/dotnet/examples_spec.rb b/spec/integration/dotnet/examples_spec.rb
index 13f4712..8b325b7 100644
--- a/spec/integration/dotnet/examples_spec.rb
+++ b/spec/integration/dotnet/examples_spec.rb
@@ -5,7 +5,7 @@ RSpec.describe ".NET Core" do
runner.clone('https://github.com/microsoft/RockPaperScissorsLizardSpock.git')
report = runner.scan(env: { 'LICENSE_FINDER_CLI_OPTS' => '--recursive' })
- expect(report).to match_schema(version: '2.0')
+ expect(report).to match_schema
expect(report[:licenses].count).not_to be_zero
expect(report[:dependencies].count).not_to be_zero
end