=begin #Users #Add, manage, and remove users from your account The version of the OpenAPI document: v3 Generated by: https://openapi-generator.tech OpenAPI Generator version: 4.3.1 =end require 'spec_helper' require 'json' # Unit tests for Hubspot::Settings::Users::TeamsApi # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'TeamsApi' do before do # run before each test @api_instance = Hubspot::Settings::Users::TeamsApi.new end after do # run after each test end describe 'test an instance of TeamsApi' do it 'should create an instance of TeamsApi' do expect(@api_instance).to be_instance_of(Hubspot::Settings::Users::TeamsApi) end end # unit tests for get_all # See details about this account's teams # View teams for this account # @param [Hash] opts the optional parameters # @return [CollectionResponsePublicTeamNoPaging] describe 'get_all test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end end