diff options
| author | mo khan <mo.khan@gmail.com> | 2020-04-04 13:09:42 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-04 13:09:42 -0600 |
| commit | 4e31c0e48e27268654a6f46e2a3bc57de50163bd (patch) | |
| tree | 67a112c07ae4eaac56f7853ca64d744e7986f10d /spec/unit/python | |
| parent | 753f77e2e36eec86fc86f8629cad94f3f93d874b (diff) | |
| parent | a811d4a04a1bf7a4dab9f163e05998ee60396e71 (diff) | |
Merge pull request #2 from mokhan/use-zeitwerk
Use zeitwerk
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 } |
