View specs, added factories, fixed bugs
This commit is contained in:
parent
322ddd1501
commit
d1e9bd06a6
33 changed files with 319 additions and 12 deletions
|
|
@ -3,7 +3,7 @@
|
|||
FactoryGirl.define do
|
||||
factory :conference do
|
||||
title 'The dog and pony show'
|
||||
short_title 'dps14'
|
||||
sequence(:short_title) { |n| "dps#{n}14"}
|
||||
social_tag 'dps14'
|
||||
timezone 'Amsterdam'
|
||||
contact_email 'admin@example.com'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue