Sha256: fb6a97bbbc3fa9091391f51454a989cdb39648665732e9e51c2457ff940e2e5c

Contents?: true

Size: 1.4 KB

Versions: 15

Compression:

Stored size: 1.4 KB

Contents

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

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

  after do
    # run after each test
  end

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

  describe 'test attribute "user"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "created_at"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "updated_at"' 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

15 entries across 15 versions & 1 rubygems

Version Path
phrase-2.0.0 spec/models/comment_spec.rb
phrase-1.0.14 spec/models/comment_spec.rb
phrase-1.0.13 spec/models/comment_spec.rb
phrase-1.0.12 spec/models/comment_spec.rb
phrase-1.0.11 spec/models/comment_spec.rb
phrase-1.0.10 spec/models/comment_spec.rb
phrase-1.0.9 spec/models/comment_spec.rb
phrase-1.0.8 spec/models/comment_spec.rb
phrase-1.0.7 spec/models/comment_spec.rb
phrase-1.0.6 spec/models/comment_spec.rb
phrase-1.0.5 spec/models/comment_spec.rb
phrase-1.0.4 spec/models/comment_spec.rb
phrase-1.0.3 spec/models/comment_spec.rb
phrase-1.0.2 spec/models/comment_spec.rb
phrase-1.0.1 spec/models/comment_spec.rb