diff options
| author | mo khan <mo.khan@gmail.com> | 2020-04-04 13:17:30 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-04-04 13:17:30 -0600 |
| commit | 168b3764fe37ed193201a200d9db4a3aa8047044 (patch) | |
| tree | da856a2210469e46bb493dc1bbba969197f22c55 /spec/unit/python | |
| parent | 5e7c75ade624f9fc2639dd527ba5abc7795eb9aa (diff) | |
Remove empty file
Diffstat (limited to 'spec/unit/python')
| -rw-r--r-- | spec/unit/python/index_spec.rb | 7 |
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 |
