diff options
| author | celdem <celdem@gitlab.com> | 2020-04-02 23:54:56 +0100 |
|---|---|---|
| committer | celdem <celdem@gitlab.com> | 2020-04-02 23:54:56 +0100 |
| commit | d45fcf8b7339efaecfc358daa43019050c787fe2 (patch) | |
| tree | 26c7a886c1bb2b64ecb34100e5e280a15650ab5e /spec/unit/python | |
| parent | 753f77e2e36eec86fc86f8629cad94f3f93d874b (diff) | |
Install gem and integrate with lib folder
Diffstat (limited to 'spec/unit/python')
| -rw-r--r-- | spec/unit/python/pypi_spec.rb | 2 |
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 } |
