socialforge/spec/factories/invite_lists.rb

8 lines
93 B
Ruby

FactoryGirl.define do
factory :invite_list do
project_id 1
user_id 1
end
end