Commit 2df94f97 authored by Douwe Maan's avatar Douwe Maan

Merge branch 'rs-re-enable-user-reference-spec' into 'master'

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

See merge request !1194
parents a0284b5b 646c1f03
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment