Sha256: 53e1be347007d3ed22915411433e3821c93efa5da0ebc83d826be8be9a96914d

Contents?: true

Size: 186 Bytes

Versions: 24

Compression:

Stored size: 186 Bytes

Contents

require 'spec_helper'

describe 'Hubspot::Crm::Quotes::SearchApi' do
  subject(:search_api) { Hubspot::Crm::Quotes::SearchApi.new }
  
  it { is_expected.to respond_to(:do_search) }
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
hubspot-api-client-9.5.1 spec/features/crm/quotes/search_api_spec.rb
hubspot-api-client-9.5.0 spec/features/crm/quotes/search_api_spec.rb
hubspot-api-client-9.4.0 spec/features/crm/quotes/search_api_spec.rb
hubspot-api-client-9.3.0 spec/features/crm/quotes/search_api_spec.rb