socialforge/spec/factories/message_alls.rb

9 lines
110 B
Ruby
Raw Normal View History

2015-08-24 23:53:28 +08:00
FactoryGirl.define do
factory :message_all do
user_id 1
message_id 1
message_type "MyString"
end
end