From fbe7d20eef9ed42fa0449120a03e95bf2dc65bc6 Mon Sep 17 00:00:00 2001 From: mo khan Date: Sun, 29 Mar 2020 19:39:13 -0600 Subject: Add spec to iterate through pypi index --- spec/unit/python/index_spec.rb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 spec/unit/python/index_spec.rb (limited to 'spec/unit/python/index_spec.rb') 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 -- cgit v1.2.3