Sha256: 9e6f0df5fc30eed8e8b1ed98b2cf721418f90bfbe8fd76b9766db534b751d47a
Contents?: true
Size: 281 Bytes
Versions: 8
Compression:
Stored size: 281 Bytes
Contents
require 'data-com-api/responses/search_contact' FactoryGirl.define do factory :responses_search_contact, class: DataComApi::Responses::SearchContact do ignore do client { FactoryGirl.build(:client) } end initialize_with { new(client, attributes) } end end
Version data entries
8 entries across 8 versions & 1 rubygems