houndci fixes
This commit is contained in:
parent
d1e9bd06a6
commit
7a19fefd53
24 changed files with 39 additions and 33 deletions
|
|
@ -3,7 +3,7 @@
|
|||
FactoryGirl.define do
|
||||
factory :conference do
|
||||
title 'The dog and pony show'
|
||||
sequence(:short_title) { |n| "dps#{n}14"}
|
||||
sequence(:short_title) { |n| "dps#{n}14" }
|
||||
social_tag 'dps14'
|
||||
timezone 'Amsterdam'
|
||||
contact_email 'admin@example.com'
|
||||
|
|
|
|||
|
|
@ -5,4 +5,5 @@ FactoryGirl.define do
|
|||
color '#ffffff'
|
||||
conference
|
||||
end
|
||||
|
||||
end
|
||||
|
|
@ -4,4 +4,5 @@ FactoryGirl.define do
|
|||
size 4
|
||||
conference
|
||||
end
|
||||
|
||||
end
|
||||
|
|
@ -5,4 +5,5 @@ FactoryGirl.define do
|
|||
date Date.today
|
||||
conference
|
||||
end
|
||||
|
||||
end
|
||||
|
|
@ -4,4 +4,5 @@ FactoryGirl.define do
|
|||
url 'www.example.com'
|
||||
conference
|
||||
end
|
||||
|
||||
end
|
||||
|
|
@ -5,4 +5,5 @@ FactoryGirl.define do
|
|||
color '#ffffff'
|
||||
conference
|
||||
end
|
||||
|
||||
end
|
||||
|
|
@ -4,4 +4,5 @@ FactoryGirl.define do
|
|||
description 'Lorem Ipsum dolsum'
|
||||
conference
|
||||
end
|
||||
|
||||
end
|
||||
|
|
@ -8,4 +8,5 @@ FactoryGirl.define do
|
|||
vposition.vdays << build(:vday, conference: vposition.conference)
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue