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