Sha256: 466d04cce8b1c1803b372060e650ed00c64fbb96ede5b7f178fd5ae26dd1e494
Contents?: true
Size: 242 Bytes
Versions: 27
Compression:
Stored size: 242 Bytes
Contents
# Read about factories at https://github.com/thoughtbot/factory_girl FactoryGirl.define do factory :notify_user_notification, :class => 'Notification' do type "" target_id 1 target_type "MyString" params "MyText" end end
Version data entries
27 entries across 27 versions & 1 rubygems