Sha256: 1fe10d3735b8b65c6b85eb8dacee191564a23cfa32058bed796b989f5ce6bc1d
Contents?: true
Size: 1.5 KB
Versions: 23
Compression:
Stored size: 1.5 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 "tags"' 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
23 entries across 23 versions & 1 rubygems