Sha256: 0f633318f2478f93fd2f9db1eba2967675bc490f36226b3a568badc42a89c80c
Contents?: true
Size: 984 Bytes
Versions: 60
Compression:
Stored size: 984 Bytes
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 "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 "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
60 entries across 60 versions & 1 rubygems