Fix ReferenceExtractor spec
This commit is contained in:
parent
77a6746a75
commit
bc7c35cca0
|
|
@ -74,7 +74,7 @@ describe Gitlab::ReferenceExtractor do
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'handles all possible kinds of references' do
|
it 'handles all possible kinds of references' do
|
||||||
accessors = Gitlab::Markdown::TYPES.map { |t| "#{t}s".to_sym }
|
accessors = described_class::TYPES.map { |t| "#{t}s".to_sym }
|
||||||
expect(subject).to respond_to(*accessors)
|
expect(subject).to respond_to(*accessors)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue