Sha256: 4f306dd46e190853a222423ba701450f54695e10d8d567863141d69418900215
Contents?: true
Size: 1002 Bytes
Versions: 1
Compression:
Stored size: 1002 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 describe 'test attribute "branch"' 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
phrase-3.7.1 | spec/models/job_comment_update_parameters_spec.rb |