retrospring/spec/factories/notifications.rb
2014-12-21 22:12:59 +01:00

9 lines
124 B
Ruby

FactoryGirl.define do
factory :notification do
target_type "MyString"
target_id 1
recipient_id 1
new false
end
end