Sha256: f36daed6cdfd56c15ac9bc3ac6f57b73d6b940ddcc9cb8b65ed27a55812420b9

Contents?: true

Size: 267 Bytes

Versions: 8

Compression:

Stored size: 267 Bytes

Contents

FactoryGirl.define do
  factory :notification_type_configuration, class: Wupee::NotificationTypeConfiguration do
    association :receiver, factory: :user, strategy: :create
    association :notification_type, factory: :notification_type, strategy: :create
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
wupee-1.1.4 spec/factories/notification_type_configuration.rb
wupee-1.1.3 spec/factories/notification_type_configuration.rb
wupee-1.1.2 spec/factories/notification_type_configuration.rb
wupee-1.0.4 spec/factories/notification_type_configuration.rb
wupee-1.0.3 spec/factories/notification_type_configuration.rb
wupee-1.0.2 spec/factories/notification_type_configuration.rb
wupee-1.0.1 spec/factories/notification_type_configuration.rb
wupee-1.0.0 spec/factories/notification_type_configuration.rb