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