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