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