Sha256: 49ece7c1b59c8f6f9047b8b2edb06d9c6219eac39fb44ac9d409b0d4149e373d
Contents?: true
Size: 1.11 KB
Versions: 11
Compression:
Stored size: 1.11 KB
Contents
=begin #EVE Swagger Interface #An OpenAPI for EVE Online OpenAPI spec version: 0.4.6.dev11 Generated by: https://github.com/swagger-api/swagger-codegen.git =end require 'spec_helper' require 'json' require 'date' # Unit tests for ESIClient::GetDogmaAttributesAttributeIdInternalServerError # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'GetDogmaAttributesAttributeIdInternalServerError' do before do # run before each test @instance = ESIClient::GetDogmaAttributesAttributeIdInternalServerError.new end after do # run after each test end describe 'test an instance of GetDogmaAttributesAttributeIdInternalServerError' do it 'should create an instact of GetDogmaAttributesAttributeIdInternalServerError' do expect(@instance).to be_instance_of(ESIClient::GetDogmaAttributesAttributeIdInternalServerError) end end describe 'test attribute "error"' 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
11 entries across 11 versions & 1 rubygems