HTML escape Faker::Hipster.paragraph
This commit is contained in:
parent
40562334c7
commit
8fa92b72d1
3 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ FactoryGirl.define do
|
|||
factory :sponsor do
|
||||
name { Faker::Company.name }
|
||||
website_url { Faker::Internet.url }
|
||||
description { Faker::Lorem.paragraph }
|
||||
description { CGI.escapeHTML(Faker::Lorem.paragraph) }
|
||||
|
||||
sponsorship_level
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue