forked from bofh/fetsite
Upgraded to Rails 4
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
FactoryGirl.define do
|
||||
FactoryBot.define do
|
||||
factory :survey_choice, :class => 'Survey::Choice' do
|
||||
text "MyString"
|
||||
question nil
|
||||
sort 1
|
||||
picture "MyString"
|
||||
text {"MyString"}
|
||||
question {nil}
|
||||
sort {1}
|
||||
picture {"MyString"}
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user