Merge c4e0a5312e into be33f345a1
This commit is contained in:
commit
9b10a68ea7
6 changed files with 7 additions and 7 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
FactoryGirl.define do
|
||||
factory :conference do
|
||||
title { Faker::Book.title }
|
||||
title { CGI.escapeHTML(Faker::Book.title) }
|
||||
short_title { SecureRandom.urlsafe_base64(4) }
|
||||
timezone { Faker::Address.time_zone }
|
||||
start_date { Date.today }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue