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