Sha256: 50722f59d16994ce06ebaa89c4012f2841ca35da9ef2d506b83397d57c52b774
Contents?: true
Size: 222 Bytes
Versions: 3
Compression:
Stored size: 222 Bytes
Contents
FactoryGirl.define do factory :notification do category "confirmation" kind "welcome" email "test@example.com" email_subject "This is a sample notification" email_from "sender@example.com" end end
Version data entries
3 entries across 3 versions & 1 rubygems