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