summaryrefslogtreecommitdiff
path: root/spec/unit/python/pypi_spec.rb
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-04-14 12:15:46 -0600
committermo khan <mo.khan@gmail.com>2020-04-14 12:15:46 -0600
commit5452eaa6cf28bef5ff5ccc2d6231ac8666e544b3 (patch)
tree1a35690b6c5a396650c96b236dd01fef3de7adfa /spec/unit/python/pypi_spec.rb
parentf06c0bcd2c035700d80aefdf4b272ea0ebc3a368 (diff)
Map backwards compatible constants. Can be dropped in 1.0
Diffstat (limited to 'spec/unit/python/pypi_spec.rb')
-rw-r--r--spec/unit/python/pypi_spec.rb4
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