Sha256: 4cfb4dbb0718baf1e2a66559a6cfbb2beb673f2dafc753269a8b573adc825719
Contents?: true
Size: 239 Bytes
Versions: 15
Compression:
Stored size: 239 Bytes
Contents
FactoryGirl.define do factory :note, class: BaseCRM::Note do content { "Highly important." } resource_id { contact.id } resource_type { :contact } to_create do |note| client.notes.create(note) end end end
Version data entries
15 entries across 15 versions & 1 rubygems