From 5452eaa6cf28bef5ff5ccc2d6231ac8666e544b3 Mon Sep 17 00:00:00 2001 From: mo khan Date: Tue, 14 Apr 2020 12:15:46 -0600 Subject: Map backwards compatible constants. Can be dropped in 1.0 --- spec/unit/python/pypi_spec.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'spec/unit/python') 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 -- cgit v1.2.3