Sha256: 448f8d6035d678542b01317ea05fd8ac38d0093d9ede33a3d39e1f05a5f69638
Contents?: true
Size: 1.03 KB
Versions: 51
Compression:
Stored size: 1.03 KB
Contents
require 'spec_helper' require 'json' require 'date' # Unit tests for Phrase::InvitationUpdateSettingsParameters # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'InvitationUpdateSettingsParameters' do before do # run before each test @instance = Phrase::InvitationUpdateSettingsParameters.new end after do # run after each test end describe 'test an instance of InvitationUpdateSettingsParameters' do it 'should create an instance of InvitationUpdateSettingsParameters' do expect(@instance).to be_instance_of(Phrase::InvitationUpdateSettingsParameters) end end describe 'test attribute "project_role"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "locale_ids"' 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
51 entries across 51 versions & 1 rubygems