summaryrefslogtreecommitdiff
path: root/spec/unit/python
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/python')
-rw-r--r--spec/unit/python/index_spec.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/spec/unit/python/index_spec.rb b/spec/unit/python/index_spec.rb
deleted file mode 100644
index cf774b8..0000000
--- a/spec/unit/python/index_spec.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-# frozen_string_literal: true
-
-RSpec.describe Spandx::Python::Index do
- subject { described_class.new(directory: directory) }
-
- let(:directory) { Dir.tmpdir }
-end