1 2 3 4 5 6 7
FactoryGirl.define do factory :workgroup do name "MyString" stop_area_referential nil line_referential nil end end