Sha256: 1b393d79f967809c2077221c253e587225457ed79068bf8d77d9187907d996aa

Contents?: true

Size: 228 Bytes

Versions: 20

Compression:

Stored size: 228 Bytes

Contents

FactoryBot.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

20 entries across 20 versions & 1 rubygems

Version Path
activity_notification-2.3.3 spec/factories/notifications.rb
activity_notification-2.3.2 spec/factories/notifications.rb
activity_notification-2.3.1 spec/factories/notifications.rb
activity_notification-2.3.0 spec/factories/notifications.rb
activity_notification-2.2.4 spec/factories/notifications.rb
activity_notification-2.2.3 spec/factories/notifications.rb
activity_notification-2.2.2 spec/factories/notifications.rb
activity_notification-2.2.1 spec/factories/notifications.rb
activity_notification-2.2.0 spec/factories/notifications.rb
activity_notification-2.1.4 spec/factories/notifications.rb
activity_notification-2.1.3 spec/factories/notifications.rb
activity_notification-2.1.2 spec/factories/notifications.rb
activity_notification-2.1.1 spec/factories/notifications.rb
activity_notification-2.1.0 spec/factories/notifications.rb
activity_notification-2.0.0 spec/factories/notifications.rb
activity_notification-1.7.1 spec/factories/notifications.rb
activity_notification-1.7.0 spec/factories/notifications.rb
activity_notification-1.6.1 spec/factories/notifications.rb
activity_notification-1.6.0 spec/factories/notifications.rb
activity_notification-1.5.1 spec/factories/notifications.rb