gitlab-ce/spec/lib/github/import/legacy_diff_note_spec.rb

10 lines
212 B
Ruby

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