spec/discovery/crm/associations/client_spec.rb in hubspot-api-client-17.0.0.pre.beta.2 vs spec/discovery/crm/associations/client_spec.rb in hubspot-api-client-17.0.0.pre.beta.3

- old
+ new

@@ -2,6 +2,7 @@ describe 'Hubspot::Client' do subject(:client) { Hubspot::Client.new(access_token: 'test').crm.associations } it { is_expected.to respond_to(:v4) } + it { is_expected.to respond_to(:schema) } end