fixing specs [#11]

This commit is contained in:
rgarcia
2015-07-18 15:09:06 +02:00
parent 6430693b85
commit 4ed8881116

View File

@@ -11,6 +11,7 @@ FactoryGirl.define do
title 'Debate title' title 'Debate title'
description 'Debate description' description 'Debate description'
terms_of_service '1' terms_of_service '1'
association :author, factory: :user
end end
end end