documents
This commit is contained in:
10
spec/factories/documents.rb
Normal file
10
spec/factories/documents.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
FactoryGirl.define do
|
||||
factory :document do
|
||||
typ 1
|
||||
name "MyString"
|
||||
text "MyText"
|
||||
etherpadkey "MyString"
|
||||
parent ""
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user