Merge c4e0a5312e into be33f345a1
This commit is contained in:
commit
9b10a68ea7
6 changed files with 7 additions and 7 deletions
|
|
@ -1,6 +1,6 @@
|
|||
FactoryGirl.define do
|
||||
factory :track do
|
||||
name { Faker::Commerce.department(2, true) }
|
||||
name { CGI.escapeHTML(Faker::Commerce.department(2, true)) }
|
||||
description { Faker::Lorem.sentence }
|
||||
color { Faker::Color.hex_color }
|
||||
program
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue