Retrospring/spec/factories/notifications.rb

10 lines
124 B
Ruby
Raw Normal View History

2014-12-21 13:12:59 -08:00
FactoryGirl.define do
factory :notification do
target_type "MyString"
target_id 1
recipient_id 1
new false
end
end