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