Sha256: b03db4db24735d93f304f7af9238a87994f1b3dd0f0d911aa20a4361cd73c09e
Contents?: true
Size: 904 Bytes
Versions: 18
Compression:
Stored size: 904 Bytes
Contents
require 'spec_helper' require 'json' require 'date' # Unit tests for Phrase::ErrorError # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'ErrorError' do before do # run before each test @instance = Phrase::ErrorError.new end after do # run after each test end describe 'test an instance of ErrorError' do it 'should create an instance of ErrorError' do expect(@instance).to be_instance_of(Phrase::ErrorError) 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 "code"' 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
18 entries across 18 versions & 1 rubygems