Sha256: 0b376895834e6f7ad070b2eda1b78649f82d2fc2ef4a1182b0c23c9b8751cf9a
Contents?: true
Size: 1.52 KB
Versions: 7
Compression:
Stored size: 1.52 KB
Contents
require 'spec_helper' require 'json' require 'date' # Unit tests for Phrase::ReleaseUpdateParameters # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'ReleaseUpdateParameters' do before do # run before each test @instance = Phrase::ReleaseUpdateParameters.new end after do # run after each test end describe 'test an instance of ReleaseUpdateParameters' do it 'should create an instance of ReleaseUpdateParameters' do expect(@instance).to be_instance_of(Phrase::ReleaseUpdateParameters) 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 "app_min_version"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "app_max_version"' 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
7 entries across 7 versions & 1 rubygems