Make rubocop happy again
This commit is contained in:
parent
73ce49de25
commit
40562334c7
4 changed files with 6 additions and 9 deletions
|
|
@ -5,6 +5,6 @@ FactoryGirl.define do
|
|||
title { Faker::Lorem.sentence }
|
||||
question_type
|
||||
conferences { [create(:conference)] }
|
||||
answers { [create(:answer) ] }
|
||||
answers { [create(:answer)] }
|
||||
end
|
||||
end
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
FactoryGirl.define do
|
||||
factory :sponsorship_level do
|
||||
title { Faker::Hipster.word }
|
||||
|
||||
|
||||
conference
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue