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