diff options
| author | mo khan <mo.khan@gmail.com> | 2020-04-14 12:15:46 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-04-14 12:15:46 -0600 |
| commit | 5452eaa6cf28bef5ff5ccc2d6231ac8666e544b3 (patch) | |
| tree | 1a35690b6c5a396650c96b236dd01fef3de7adfa /spec/unit/python | |
| parent | f06c0bcd2c035700d80aefdf4b272ea0ebc3a368 (diff) | |
Map backwards compatible constants. Can be dropped in 1.0
Diffstat (limited to 'spec/unit/python')
| -rw-r--r-- | spec/unit/python/pypi_spec.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/unit/python/pypi_spec.rb b/spec/unit/python/pypi_spec.rb index cb09c4a..9836c9d 100644 --- a/spec/unit/python/pypi_spec.rb +++ b/spec/unit/python/pypi_spec.rb @@ -203,4 +203,8 @@ RSpec.describe Spandx::Python::Pypi do end end end + + describe 'PyPI' do + specify { expect(Spandx::Python::PyPI).to eql(described_class) } + end end |
