Fix ReferenceExtractor spec
This commit is contained in:
parent
77a6746a75
commit
bc7c35cca0
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ describe Gitlab::ReferenceExtractor do
|
|||
end
|
||||
|
||||
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)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue