Updating quotes

This commit is contained in:
Chris Niedzwiedz 2017-01-07 00:33:37 -06:00 committed by GitHub
parent a0eaf75e9a
commit f49ebf634f

View file

@ -47,7 +47,7 @@ FactoryGirl.define do
end end
factory :user_xss, parent: :user do factory :user_xss, parent: :user do
biography "<div id='divInjectedElement'></div>" biography '<div id="divInjectedElement"></div>'
end end
end end