Sha256: 906a53f3e73f001b57bcf5b4da21d1d11eded0e952d564edb8873efd56044ebc
Contents?: true
Size: 238 Bytes
Versions: 6
Compression:
Stored size: 238 Bytes
Contents
FactoryBot.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
6 entries across 6 versions & 1 rubygems