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