diff options
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 |
