Sha256: 2435930b1e6c634ac29a5c849fd163654b37d65fe3a380f586de94e3ac1e4a32

Contents?: true

Size: 983 Bytes

Versions: 6

Compression:

Stored size: 983 Bytes

Contents

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

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

  after do
    # run after each test
  end

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

6 entries across 6 versions & 1 rubygems

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