Sha256: 60f30f58eaa83f8452c59de560a0797cada59ea8f1079dd63d691600cef87695
Contents?: true
Size: 1.15 KB
Versions: 55
Compression:
Stored size: 1.15 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 "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
55 entries across 55 versions & 1 rubygems