spec/owners/models/public_team_spec.rb in hubspot-api-client-1.0.1 vs spec/owners/models/public_team_spec.rb in hubspot-api-client-2.0.0

- old
+ new

@@ -12,25 +12,25 @@ require 'spec_helper' require 'json' require 'date' -# Unit tests for Hubspot::Client::Crm::Owners::Models::PublicTeam +# Unit tests for Hubspot::Crm::Owners::PublicTeam # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'PublicTeam' do before do # run before each test - @instance = Hubspot::Client::Crm::Owners::Models::PublicTeam.new + @instance = Hubspot::Crm::Owners::PublicTeam.new end after do # run after each test end describe 'test an instance of PublicTeam' do it 'should create an instance of PublicTeam' do - expect(@instance).to be_instance_of(Hubspot::Client::Crm::Owners::Models::PublicTeam) + expect(@instance).to be_instance_of(Hubspot::Crm::Owners::PublicTeam) end end describe 'test attribute "id"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers