summaryrefslogtreecommitdiff
path: root/spec/unit/python
diff options
context:
space:
mode:
authorceldem <celdem@gitlab.com>2020-04-02 23:54:56 +0100
committerceldem <celdem@gitlab.com>2020-04-02 23:54:56 +0100
commitd45fcf8b7339efaecfc358daa43019050c787fe2 (patch)
tree26c7a886c1bb2b64ecb34100e5e280a15650ab5e /spec/unit/python
parent753f77e2e36eec86fc86f8629cad94f3f93d874b (diff)
Install gem and integrate with lib folder
Diffstat (limited to 'spec/unit/python')
-rw-r--r--spec/unit/python/pypi_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/python/pypi_spec.rb b/spec/unit/python/pypi_spec.rb
index aa87025..f5ce0b5 100644
--- a/spec/unit/python/pypi_spec.rb
+++ b/spec/unit/python/pypi_spec.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-RSpec.describe Spandx::Python::PyPI do
+RSpec.describe Spandx::Python::Pypi do
describe '#definition_for' do
subject { described_class.new }