From bc7c35cca0852503eb2952f47af6df07c675e844 Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Wed, 8 Apr 2015 12:52:37 -0400 Subject: Fix ReferenceExtractor spec --- spec/lib/gitlab/reference_extractor_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/lib/gitlab/reference_extractor_spec.rb') diff --git a/spec/lib/gitlab/reference_extractor_spec.rb b/spec/lib/gitlab/reference_extractor_spec.rb index c9fb62b61ae..f34b6f3878e 100644 --- a/spec/lib/gitlab/reference_extractor_spec.rb +++ b/spec/lib/gitlab/reference_extractor_spec.rb @@ -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 -- cgit v1.2.3