diff options
| author | mo khan <mo.khan@gmail.com> | 2020-03-29 19:39:13 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-03-29 19:39:13 -0600 |
| commit | fbe7d20eef9ed42fa0449120a03e95bf2dc65bc6 (patch) | |
| tree | 9ad47316ce9952af2be44e63fbc53b8602f5d2a8 /spec/unit/python/index_spec.rb | |
| parent | e55c2d423d929593e562942daecfd4a11e4a00a1 (diff) | |
Add spec to iterate through pypi index
Diffstat (limited to 'spec/unit/python/index_spec.rb')
| -rw-r--r-- | spec/unit/python/index_spec.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/unit/python/index_spec.rb b/spec/unit/python/index_spec.rb new file mode 100644 index 0000000..d7a055d --- /dev/null +++ b/spec/unit/python/index_spec.rb @@ -0,0 +1,5 @@ +RSpec.describe Spandx::Python::Index do + subject { described_class.new(directory: directory) } + let(:directory) { Dir.tmpdir } + +end |
