Re-enable the "links with adjacent text" UserReferenceFilter spec

This commit is contained in:
Robert Speicher 2015-08-24 18:56:01 -07:00
parent c52fe24c36
commit 646c1f0324

View file

@ -121,7 +121,6 @@ module Gitlab::Markdown
end
it 'links with adjacent text' do
skip "TODO (rspeicher): Re-enable when usernames can't end in periods."
doc = filter("Mention me (#{reference}.)")
expect(doc.to_html).to match(/\(<a.+>#{reference}<\/a>\.\)/)
end