Fix white space in Conferences factory
This commit is contained in:
parent
69c56d9c7a
commit
63aeca0402
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
FactoryGirl.define do
|
FactoryGirl.define do
|
||||||
factory :conference do
|
factory :conference do
|
||||||
title { |n| "Conference-#{n}"}
|
title { |n| "Conference-#{n}" }
|
||||||
email
|
email
|
||||||
description 'MyText'
|
description 'MyText'
|
||||||
start_date '2014-07-29 21:29:13'
|
start_date '2014-07-29 21:29:13'
|
||||||
|
|
Loading…
Reference in New Issue