Sha256: d7737a11494cc64a16230ba477f4847042ec98a70476892ba969a953b7a9dd6d
Contents?: true
Size: 1.35 KB
Versions: 8
Compression:
Stored size: 1.35 KB
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::PromptAnswer # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'PromptAnswer' do before do # run before each test @instance = ApproveAPISwagger::PromptAnswer.new end after do # run after each test end describe 'test an instance of PromptAnswer' do it 'should create an instance of PromptAnswer' do expect(@instance).to be_instance_of(ApproveAPISwagger::PromptAnswer) end end describe 'test attribute "time"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "result"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "metadata"' 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