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/message_alls.rb

10 lines
141 B

FactoryGirl.define do
factory :message_all do
message_type "MyString"
message_id 1
container_type "MyString"
container_id 1
end
end