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

Version Path
data-com-api-0.2.1 spec/factories/responses/search_contact_factory.rb
data-com-api-0.2.0 spec/factories/responses/search_contact_factory.rb
data-com-api-0.1.5 spec/factories/responses/search_contact_factory.rb
data-com-api-0.1.4 spec/factories/responses/search_contact_factory.rb
data-com-api-0.1.3 spec/factories/responses/search_contact_factory.rb
data-com-api-0.1.2 spec/factories/responses/search_contact_factory.rb
data-com-api-0.1.1 spec/factories/responses/search_contact_factory.rb
data-com-api-0.1.0 spec/factories/responses/search_contact_factory.rb