Sha256: 05b9e22764400dce914b55b8c8cc81ca8518bd29e6f14b8ba9e263ca7449fc9c

Contents?: true

Size: 823 Bytes

Versions: 62

Compression:

Stored size: 823 Bytes

Contents

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

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

  after do
    # run after each test
  end

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

62 entries across 62 versions & 1 rubygems

Version Path
phrase-1.0.2 spec/models/gitlab_sync_export_parameters_spec.rb
phrase-1.0.1 spec/models/gitlab_sync_export_parameters_spec.rb