Escape HTML some factory strings
This commit is contained in:
parent
ad0a8eecf2
commit
45bd31fad0
12 changed files with 21 additions and 22 deletions
|
|
@ -4,7 +4,7 @@ FactoryGirl.define do
|
|||
factory :sponsor do
|
||||
name { Faker::Company.name }
|
||||
website_url { Faker::Internet.url }
|
||||
description { CGI.escapeHTML(Faker::Lorem.paragraph) }
|
||||
description { Faker::Lorem.paragraph }
|
||||
|
||||
sponsorship_level
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue