Make use of fake data in factories
This commit is contained in:
parent
737a9d4808
commit
77e0340387
30 changed files with 96 additions and 77 deletions
|
|
@ -3,5 +3,18 @@
|
|||
FactoryGirl.define do
|
||||
factory :splashpage do
|
||||
public false
|
||||
|
||||
factory :full_splashpage do
|
||||
public true
|
||||
include_tracks true
|
||||
include_program true
|
||||
include_social_media true
|
||||
include_venue true
|
||||
include_tickets true
|
||||
include_registrations true
|
||||
include_sponsors true
|
||||
include_lodgings true
|
||||
include_cfp true
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue