Sha256: aedad075ddb233bf013652d5f1a86a08aa248e9f73b0a8c4382d882640fdc95f
Contents?: true
Size: 351 Bytes
Versions: 15
Compression:
Stored size: 351 Bytes
Contents
FactoryGirl.define do factory :deal, class: BaseCRM::Deal do currency { "EUR" } dropbox_email { "dropbox@4e627bcd.deals.futuresimple.com" } hot { true } name { Faker::Name.name } tags { ["important"] } value { 1000 } contact_id { contact.id } to_create do |deal| client.deals.create(deal) end end end
Version data entries
15 entries across 15 versions & 1 rubygems