You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trustieforge/spec/factories/shield_wechat_messages.rb

9 lines
160 B

FactoryGirl.define do
factory :shield_wechat_message do
container_id 1
container_type "MyString"
shield_id 1
shield_type "MyString"
end
end