Adds routing error check in conference#show

Adds make_conference_public to conference factory

Added test
This commit is contained in:
Gopesh Tulsyan 2014-06-17 00:47:49 +05:30
parent 291a61bc8d
commit 2b94ba0281
4 changed files with 23 additions and 7 deletions

View file

@ -9,6 +9,7 @@ FactoryGirl.define do
contact_email 'admin@example.com'
start_date Date.today
end_date Date.tomorrow
make_conference_public true
venue
end
end