Sha256: 489f931017ddb593f51849be526bfe32415e6e836e390bee4c5b48a6c8858a30
Contents?: true
Size: 182 Bytes
Versions: 2
Compression:
Stored size: 182 Bytes
Contents
FactoryGirl.define do factory :cylon do sequence :name do |n| "Cylon #{ n }" end sequence :email do |n| "cylon#{ n }@cylon.com" end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mailboxer-without-notification-0.11.2 | spec/factories/cylon.rb |
mailboxer-without-notification-0.11.1 | spec/factories/cylon.rb |