Make rubocop happy again

This commit is contained in:
Henne Vogelsang 2016-05-02 15:30:22 +02:00
parent 73ce49de25
commit 40562334c7
4 changed files with 6 additions and 9 deletions

View file

@ -5,6 +5,6 @@ FactoryGirl.define do
title { Faker::Lorem.sentence }
question_type
conferences { [create(:conference)] }
answers { [create(:answer) ] }
answers { [create(:answer)] }
end
end