Sha256: 5a27a4386420d01c0ffce3ed0a77b5aa9ff30a77f1257cceee73e894f4bc9ab2
Contents?: true
Size: 1002 Bytes
Versions: 1
Compression:
Stored size: 1002 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 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_create_parameters_spec.rb |