Sha256: 6315b2c90a303a08a92944770a6f3ead15e27d4ffc78e495052cf5174c7c59d5

Contents?: true

Size: 1.63 KB

Versions: 27

Compression:

Stored size: 1.63 KB

Contents

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

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

  after do
    # run after each test
  end

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

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

end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
phrase-2.19.0 spec/models/comment_reaction_spec.rb
phrase-2.18.0 spec/models/comment_reaction_spec.rb
phrase-2.17.0 spec/models/comment_reaction_spec.rb
phrase-2.16.0 spec/models/comment_reaction_spec.rb
phrase-2.15.0 spec/models/comment_reaction_spec.rb
phrase-2.14.0 spec/models/comment_reaction_spec.rb
phrase-2.13.0 spec/models/comment_reaction_spec.rb