Sha256: 0a4c3c5cf2fa9350e70ac7e1038733e8485ee74bc77a8397bdc94f005193028d
Contents?: true
Size: 1.12 KB
Versions: 12
Compression:
Stored size: 1.12 KB
Contents
=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
Version data entries
12 entries across 12 versions & 1 rubygems