fixes syntax error [#9]

This commit is contained in:
rgarcia
2015-07-18 18:19:45 +02:00
parent b060ffaa17
commit 30102f88c8

View File

@@ -18,7 +18,8 @@ FactoryGirl.define do
association :votable, factory: :debate
association :voter, factory: :user
vote_flag true
end
factory :comment do
commentable
user