=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::CreatePromptRequest # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'CreatePromptRequest' do before do # run before each test @instance = ApproveAPISwagger::CreatePromptRequest.new end after do # run after each test end describe 'test an instance of CreatePromptRequest' do it 'should create an instance of CreatePromptRequest' do expect(@instance).to be_instance_of(ApproveAPISwagger::CreatePromptRequest) end end describe 'test attribute "body"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "user"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "title"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "reject_text"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "approve_text"' 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 describe 'test attribute "long_poll"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end end