spec/codegen/crm/quotes/api/associations_api_spec.rb in hubspot-api-client-11.2.0 vs spec/codegen/crm/quotes/api/associations_api_spec.rb in hubspot-api-client-12.0.0
- old
+ new
@@ -30,9 +30,37 @@
it 'should create an instance of AssociationsApi' do
expect(@api_instance).to be_instance_of(Hubspot::Crm::Quotes::AssociationsApi)
end
end
+ # unit tests for archive
+ # Remove an association between two quotes
+ # @param quote_id
+ # @param to_object_type
+ # @param to_object_id
+ # @param association_type
+ # @param [Hash] opts the optional parameters
+ # @return [nil]
+ describe 'archive test' do
+ it 'should work' do
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
+ end
+ end
+
+ # unit tests for create
+ # Associate a quote with another object
+ # @param quote_id
+ # @param to_object_type
+ # @param to_object_id
+ # @param association_type
+ # @param [Hash] opts the optional parameters
+ # @return [SimplePublicObjectWithAssociations]
+ describe 'create test' do
+ it 'should work' do
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
+ end
+ end
+
# unit tests for get_all
# List associations of a quote by type
# @param quote_id
# @param to_object_type
# @param [Hash] opts the optional parameters