Sha256: d32d52f0fc71b88de331908a7795c71ab2fa2abd44d71f22742a78086fdd32d8

Contents?: true

Size: 1.33 KB

Versions: 13

Compression:

Stored size: 1.33 KB

Contents

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

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

  after do
    # run after each test
  end

  describe 'test an instance of ReleaseCreateParameters' do
    it 'should create an instance of ReleaseCreateParameters' do
      expect(@instance).to be_instance_of(Phrase::ReleaseCreateParameters)
    end
  end
  describe 'test attribute "description"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

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

  describe 'test attribute "locale_ids"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    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

end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
phrase-2.9.0 spec/models/release_create_parameters_spec.rb
phrase-2.8.7 spec/models/release_create_parameters_spec.rb
phrase-2.8.3 spec/models/release_create_parameters_spec.rb
phrase-2.8.2 spec/models/release_create_parameters_spec.rb
phrase-2.8.1 spec/models/release_create_parameters_spec.rb
phrase-2.8.0 spec/models/release_create_parameters_spec.rb
phrase-2.7.2 spec/models/release_create_parameters_spec.rb
phrase-2.7.1 spec/models/release_create_parameters_spec.rb
phrase-2.7.0 spec/models/release_create_parameters_spec.rb
phrase-2.6.0 spec/models/release_create_parameters_spec.rb
phrase-2.5.1 spec/models/release_create_parameters_spec.rb
phrase-2.5.0 spec/models/release_create_parameters_spec.rb
phrase-2.4.0 spec/models/release_create_parameters_spec.rb