socialforge/spec/factories/shixun_members.rb

8 lines
87 B
Ruby

FactoryGirl.define do
factory :shixun_member do
user_id 1
shixun_id 1
end
end