mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-23 03:26:07 +10:00
Merge branch 'rs-re-enable-user-reference-spec' into 'master'
Re-enable the "links with adjacent text" UserReferenceFilter spec See merge request !1194
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user