Added test for email notification on conference dates and registration dates updates

This commit is contained in:
Gopesh Tulsyan 2014-07-13 11:55:42 +05:30
parent 6d847547b7
commit 8acf3c088a
3 changed files with 25 additions and 2 deletions

View file

@ -8,7 +8,9 @@ FactoryGirl.define do
timezone 'Amsterdam'
contact_email 'admin@example.com'
start_date Date.today
end_date Date.tomorrow
end_date Date.today + 6.days
registration_start_date Date.today + 3.days
registration_end_date Date.today + 5.days
make_conference_public true
venue
end