Sha256: 8335da38c74a12e8e1c7969c36a59d2a77fd6bc25a81d5ba49886b4f81080d43

Contents?: true

Size: 990 Bytes

Versions: 2

Compression:

Stored size: 990 Bytes

Contents

require 'spec_helper'
require 'json'
require 'date'

# Unit tests for Phrase::CommentCreateParameters1
# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
describe 'CommentCreateParameters1' do
  before do
    # run before each test
    @instance = Phrase::CommentCreateParameters1.new
  end

  after do
    # run after each test
  end

  describe 'test an instance of CommentCreateParameters1' do
    it 'should create an instance of CommentCreateParameters1' do
      expect(@instance).to be_instance_of(Phrase::CommentCreateParameters1)
    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

2 entries across 2 versions & 1 rubygems

Version Path
phrase-3.7.1 spec/models/comment_create_parameters1_spec.rb
phrase-3.7.0 spec/models/comment_create_parameters1_spec.rb