diff options
| author | mo khan <mo.khan@gmail.com> | 2020-01-15 14:41:14 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-01-15 15:03:09 -0700 |
| commit | ac9634d8f8c6bbaa8348929f42d53d2b375f6dfb (patch) | |
| tree | d54a73c7bd9172fa5e7dbec4dd05f3f639f7831b /spec/integration/python | |
| parent | 3aeed26912b238f6cb9c8b43587b0f3a7bf181f4 (diff) | |
Add a json schema for dependency
Diffstat (limited to 'spec/integration/python')
| -rw-r--r-- | spec/integration/python/pipenv_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/integration/python/pipenv_spec.rb b/spec/integration/python/pipenv_spec.rb index 6039b25..2756f6b 100644 --- a/spec/integration/python/pipenv_spec.rb +++ b/spec/integration/python/pipenv_spec.rb @@ -23,6 +23,7 @@ RSpec.describe "pipenv" do report = runner.scan expect(report).not_to be_empty + expect(report).to match_schema(version: '2.0') expect(report[:version]).not_to be_empty expect(report[:licenses]).not_to be_empty expect(report[:dependencies].map { |x| x[:name] }).to include("six") |
