FactoryBot.define do factory :document do typ {1} name {"MyString"} text {"MyText"} etherpadkey {"MyString"} parent {""} end end