forked from bofh/fetsite
Upgraded to Rails 4
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FactoryGirl.define do
|
||||
FactoryBot.define do
|
||||
factory :survey_answer, :class => 'Survey::Answer' do
|
||||
choice nil
|
||||
user nil
|
||||
choice {nil}
|
||||
user {nil}
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user