Sha256: 7285b1ac57a94400a1c7401b0244421940e2a04b7cf8eb4de62eb083336c3305
Contents?: true
Size: 175 Bytes
Versions: 2
Compression:
Stored size: 175 Bytes
Contents
FactoryGirl.define do factory :notify_user_notification, class: 'NewPostNotification' do params {{ data: 'My Data' }} association :target, factory: :user end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
notify_user-0.3.2 | spec/factories/notify_user_notifications.rb |
notify_user-0.3.1 | spec/factories/notify_user_notifications.rb |