9 lines
160 B
Ruby
9 lines
160 B
Ruby
|
FactoryGirl.define do
|
||
|
factory :shield_wechat_message do
|
||
|
container_id 1
|
||
|
container_type "MyString"
|
||
|
shield_id 1
|
||
|
shield_type "MyString"
|
||
|
end
|
||
|
end
|