Sha256: 757affe3915de45dd30e3d5c1ae0254fef4a910638053c6826c909df89c7da19
Contents?: true
Size: 977 Bytes
Versions: 8
Compression:
Stored size: 977 Bytes
Contents
=begin #ApproveAPISwagger #The simple API to request a user's approval on anything via email + sms. OpenAPI spec version: 1.0.0 Contact: dev@approveapi.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 4.0.0-SNAPSHOT =end require 'spec_helper' require 'json' require 'date' # Unit tests for ApproveAPISwagger::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 = ApproveAPISwagger::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(ApproveAPISwagger::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
8 entries across 7 versions & 2 rubygems