Fix ReferenceExtractor spec

This commit is contained in:
Robert Speicher 2015-04-08 12:52:37 -04:00
parent 77a6746a75
commit bc7c35cca0

View file

@ -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