=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::PromptMetadata # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'PromptMetadata' do before do # run before each test @instance = ApproveAPISwagger::PromptMetadata.new end after do # run after each test end describe 'test an instance of PromptMetadata' do it 'should create an instance of PromptMetadata' do expect(@instance).to be_instance_of(ApproveAPISwagger::PromptMetadata) 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 "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 "location"' 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