summaryrefslogtreecommitdiff
path: root/spec/lib/github/import/legacy_diff_note_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/lib/github/import/legacy_diff_note_spec.rb')
-rw-r--r--spec/lib/github/import/legacy_diff_note_spec.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/spec/lib/github/import/legacy_diff_note_spec.rb b/spec/lib/github/import/legacy_diff_note_spec.rb
deleted file mode 100644
index 8c50b46cacb..00000000000
--- a/spec/lib/github/import/legacy_diff_note_spec.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-require 'spec_helper'
-
-describe Github::Import::LegacyDiffNote do
- describe '#type' do
- it 'returns the original note type' do
- expect(described_class.new.type).to eq('LegacyDiffNote')
- end
- end
-end