Fix white space in Conferences factory

This commit is contained in:
Petko Bordjukov 2015-04-09 01:18:06 +03:00
parent 69c56d9c7a
commit 63aeca0402
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
FactoryGirl.define do
factory :conference do
title { |n| "Conference-#{n}"}
title { |n| "Conference-#{n}" }
email
description 'MyText'
start_date '2014-07-29 21:29:13'