Sha256: 0ffc627b74073b58a53e55c170b84c00cab7d7f2a020d531b3668fabefb92ac2
Contents?: true
Size: 1.36 KB
Versions: 11
Compression:
Stored size: 1.36 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' # Unit tests for ESIClient::IncursionsApi # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'IncursionsApi' do before do # run before each test @instance = ESIClient::IncursionsApi.new end after do # run after each test end describe 'test an instance of IncursionsApi' do it 'should create an instact of IncursionsApi' do expect(@instance).to be_instance_of(ESIClient::IncursionsApi) end end # unit tests for get_incursions # List incursions # Return a list of current incursions --- This route is cached for up to 300 seconds # @param [Hash] opts the optional parameters # @option opts [String] :datasource The server name you would like data from # @option opts [String] :user_agent Client identifier, takes precedence over headers # @option opts [String] :x_user_agent Client identifier, takes precedence over User-Agent # @return [Array<GetIncursions200Ok>] describe 'get_incursions test' 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