Sha256: a3d47bacc5060593d7cdf429615d971e2a795d228e6473f2068c07613ffab5f8

Contents?: true

Size: 1.4 KB

Versions: 7

Compression:

Stored size: 1.4 KB

Contents

=begin
#API V1

#No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)

OpenAPI spec version: v1

Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: 2.3.0-SNAPSHOT

=end

require 'spec_helper'
require 'json'
require 'date'

# Unit tests for FormAPI::InlineResponse422
# Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen)
# Please update as you see appropriate
describe 'InlineResponse422' do
  before do
    # run before each test
    @instance = FormAPI::InlineResponse422.new
  end

  after do
    # run after each test
  end

  describe 'test an instance of InlineResponse422' do
    it 'should create an instance of InlineResponse422' do
      expect(@instance).to be_instance_of(FormAPI::InlineResponse422)
    end
  end
  describe 'test attribute "status"' do
    it 'should work' do
       # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
       #validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["error"])
       #validator.allowable_values.each do |value|
       #  expect { @instance.status = value }.not_to raise_error
       #end
    end
  end

  describe 'test attribute "errors"' 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

7 entries across 7 versions & 1 rubygems

Version Path
form_api-0.2.0 spec/models/inline_response_422_spec.rb
form_api-0.1.5 spec/models/inline_response_422_spec.rb
form_api-0.1.4 spec/models/inline_response_422_spec.rb
form_api-0.1.3 spec/models/inline_response_422_spec.rb
form_api-0.1.2 spec/models/inline_response_422_spec.rb
form_api-0.1.1 spec/models/inline_response_422_spec.rb
form_api-0.1.0 spec/models/inline_response_422_spec.rb