forked from bofh/fetsite
Upgraded to Rails 4
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
FactoryGirl.define do
|
||||
FactoryBot.define do
|
||||
factory :document do
|
||||
typ 1
|
||||
name "MyString"
|
||||
text "MyText"
|
||||
etherpadkey "MyString"
|
||||
parent ""
|
||||
typ {1}
|
||||
name {"MyString"}
|
||||
text {"MyText"}
|
||||
etherpadkey {"MyString"}
|
||||
parent {""}
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user