Sha256: 76dbf8f5eecf934f2c3c75f48291422027e2490dd521b6dd433a1d5e491bbecc
Contents?: true
Size: 1.01 KB
Versions: 52
Compression:
Stored size: 1.01 KB
Contents
require 'spec_helper' require 'json' require 'date' # Unit tests for Phrase::MemberUpdateSettingsParameters # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'MemberUpdateSettingsParameters' do before do # run before each test @instance = Phrase::MemberUpdateSettingsParameters.new end after do # run after each test end describe 'test an instance of MemberUpdateSettingsParameters' do it 'should create an instance of MemberUpdateSettingsParameters' do expect(@instance).to be_instance_of(Phrase::MemberUpdateSettingsParameters) 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
52 entries across 52 versions & 1 rubygems