summaryrefslogtreecommitdiff
path: root/spec/unit/python
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-04-04 13:17:30 -0600
committermo khan <mo.khan@gmail.com>2020-04-04 13:17:30 -0600
commit168b3764fe37ed193201a200d9db4a3aa8047044 (patch)
treeda856a2210469e46bb493dc1bbba969197f22c55 /spec/unit/python
parent5e7c75ade624f9fc2639dd527ba5abc7795eb9aa (diff)
Remove empty file
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