diff options
| author | mo khan <mo.khan@gmail.com> | 2020-03-04 11:58:55 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-03-04 11:58:55 -0700 |
| commit | 5957399681c8de847dbc062ca8d8e559fb38eb55 (patch) | |
| tree | 75c14977cb75bee3eaa57d907aa9fc0fc04b76de /spec/integration/python/pipenv_spec.rb | |
| parent | f21567cf14e242715e0be1337cf762f68866c1dd (diff) | |
Convert pipenv qa jobs to integration tests
Diffstat (limited to 'spec/integration/python/pipenv_spec.rb')
| -rw-r--r-- | spec/integration/python/pipenv_spec.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/integration/python/pipenv_spec.rb b/spec/integration/python/pipenv_spec.rb index 1ea60fe..c8ee01d 100644 --- a/spec/integration/python/pipenv_spec.rb +++ b/spec/integration/python/pipenv_spec.rb @@ -1,6 +1,8 @@ require 'spec_helper' RSpec.describe "pipenv" do + include_examples "each report version", "python", "pipenv", "pip-file-lock" + context "when a project depends on a version 6 Pipfile.lock" do let(:pipfile_lock_content) do JSON.pretty_generate({ |
