Sha256: 90152fab2ced38b80d157c090e0a1a56e85d4fbb2394dc1772ac8fd48eff88fb
Contents?: true
Size: 1.77 KB
Versions: 23
Compression:
Stored size: 1.77 KB
Contents
=begin #Video Conference Extension #These APIs allow you to specify URLs that can be used to interact with a video conferencing application, to allow HubSpot to add video conference links to meeting requests with contacts. 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' require 'date' # Unit tests for Hubspot::Crm::Extensions::Videoconferencing::ExternalSettings # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'ExternalSettings' do before do # run before each test @instance = Hubspot::Crm::Extensions::Videoconferencing::ExternalSettings.new end after do # run after each test end describe 'test an instance of ExternalSettings' do it 'should create an instance of ExternalSettings' do expect(@instance).to be_instance_of(Hubspot::Crm::Extensions::Videoconferencing::ExternalSettings) end end describe 'test attribute "create_meeting_url"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "update_meeting_url"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "delete_meeting_url"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "user_verify_url"' 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
23 entries across 23 versions & 1 rubygems