Fix spec
This commit is contained in:
parent
905090dbe9
commit
3fd1a36d74
1 changed files with 1 additions and 1 deletions
|
@ -79,6 +79,6 @@ describe "User Feed", feature: true do
|
|||
end
|
||||
|
||||
def safe_name
|
||||
html_escape(user.name)
|
||||
CGI.escapeHTML(user.name)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue