socialforge/spec/factories/org_members.rb

9 lines
114 B
Ruby
Raw Normal View History

2016-03-11 10:18:10 +08:00
FactoryGirl.define do
factory :org_member do
user_id 1
organization_id 1
role "MyString"
end
end