Sha256: b8e97f44c5741664c900ab41a519e6921f9e8f0095fdb12e9441a1293c993345

Contents?: true

Size: 1.34 KB

Versions: 64

Compression:

Stored size: 1.34 KB

Contents

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

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

  after do
    # run after each test
  end

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

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

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

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

64 entries across 64 versions & 1 rubygems

Version Path
phrase-2.7.0 spec/models/translations_exclude_parameters_spec.rb
phrase-2.6.0 spec/models/translations_exclude_parameters_spec.rb
phrase-2.5.1 spec/models/translations_exclude_parameters_spec.rb
phrase-2.5.0 spec/models/translations_exclude_parameters_spec.rb
phrase-2.4.0 spec/models/translations_exclude_parameters_spec.rb
phrase-2.3.1 spec/models/translations_exclude_parameters_spec.rb
phrase-2.3.0 spec/models/translations_exclude_parameters_spec.rb
phrase-2.2.0 spec/models/translations_exclude_parameters_spec.rb
phrase-2.1.0 spec/models/translations_exclude_parameters_spec.rb
phrase-2.0.0 spec/models/translations_exclude_parameters_spec.rb
phrase-1.0.14 spec/models/translations_exclude_parameters_spec.rb
phrase-1.0.13 spec/models/translations_exclude_parameters_spec.rb
phrase-1.0.12 spec/models/translations_exclude_parameters_spec.rb
phrase-1.0.11 spec/models/translations_exclude_parameters_spec.rb
phrase-1.0.10 spec/models/translations_exclude_parameters_spec.rb
phrase-1.0.9 spec/models/translations_exclude_parameters_spec.rb
phrase-1.0.8 spec/models/translations_exclude_parameters_spec.rb
phrase-1.0.7 spec/models/translations_exclude_parameters_spec.rb
phrase-1.0.6 spec/models/translations_exclude_parameters_spec.rb
phrase-1.0.5 spec/models/translations_exclude_parameters_spec.rb