Commit 3fd1a36d authored by Douwe Maan's avatar Douwe Maan

Fix spec

parent 905090db
...@@ -79,6 +79,6 @@ describe "User Feed", feature: true do ...@@ -79,6 +79,6 @@ describe "User Feed", feature: true do
end end
def safe_name def safe_name
html_escape(user.name) CGI.escapeHTML(user.name)
end end
end 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