Sha256: 65928878b12b62899fd0ff27ba108e23c488375eacb931e51589ffd32435d3ab
Contents?: true
Size: 1008 Bytes
Versions: 2
Compression:
Stored size: 1008 Bytes
Contents
require 'spec_helper' require 'json' require 'date' # Unit tests for Phrase::InvitationCreate422Response # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'InvitationCreate422Response' do before do # run before each test @instance = Phrase::InvitationCreate422Response.new end after do # run after each test end describe 'test an instance of InvitationCreate422Response' do it 'should create an instance of InvitationCreate422Response' do expect(@instance).to be_instance_of(Phrase::InvitationCreate422Response) 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
phrase-2.20.0 | spec/models/invitation_create422_response_spec.rb |
phrase-2.19.0 | spec/models/invitation_create422_response_spec.rb |