Sha256: b85a54811b48f94a4ed652d718574aac052f6654c383a910c13739777c0e4e50

Contents?: true

Size: 1.49 KB

Versions: 1

Compression:

Stored size: 1.49 KB

Contents

=begin
#

#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

The version of the OpenAPI document: 20220523
Contact: blah@cliffano.com
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.1.0-SNAPSHOT

=end

require 'spec_helper'
require 'json'

# Unit tests for PokeApiClient::MoveAilmentApi
# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
describe 'MoveAilmentApi' do
  before do
    # run before each test
    @api_instance = PokeApiClient::MoveAilmentApi.new
  end

  after do
    # run after each test
  end

  describe 'test an instance of MoveAilmentApi' do
    it 'should create an instance of MoveAilmentApi' do
      expect(@api_instance).to be_instance_of(PokeApiClient::MoveAilmentApi)
    end
  end

  # unit tests for move_ailment_list
  # @param [Hash] opts the optional parameters
  # @option opts [Integer] :limit 
  # @option opts [Integer] :offset 
  # @return [String]
  describe 'move_ailment_list test' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  # unit tests for move_ailment_read
  # @param id 
  # @param [Hash] opts the optional parameters
  # @return [String]
  describe 'move_ailment_read 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

1 entries across 1 versions & 1 rubygems

Version Path
pokeapi_client-0.10.0 spec/api/move_ailment_api_spec.rb