Sha256: 2b754a0ecd5d77606f8752e05940da0f0b6c4e037d5b2c9f939aab97c822223f

Contents?: true

Size: 225 Bytes

Versions: 13

Compression:

Stored size: 225 Bytes

Contents

FactoryGirl.define do
  factory :notification, class: ActivityNotification::Notification do
    association :target, factory: :confirmed_user
    association :notifiable, factory: :article
    key "default.default"
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
activity_notification-1.4.3 spec/factories/notifications.rb
activity_notification-1.4.2 spec/factories/notifications.rb
activity_notification-1.4.1 spec/factories/notifications.rb
activity_notification-1.4.0 spec/factories/notifications.rb
activity_notification-1.3.0 spec/factories/notifications.rb
activity_notification-1.2.1 spec/factories/notifications.rb
activity_notification-1.2.0 spec/factories/notifications.rb
activity_notification-1.1.0 spec/factories/notifications.rb
activity_notification-1.0.2 spec/factories/notifications.rb
activity_notification-1.0.1 spec/factories/notifications.rb
activity_notification-1.0.0 spec/factories/notifications.rb
activity_notification-0.0.10 spec/factories/notifications.rb
activity_notification-0.0.9 spec/factories/notifications.rb