diff options
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 |
