Sha256: 64c3bd870b25e0d3427fa5b021a7ac5fc652d3ab45e6079c01160a8611753b59
Contents?: true
Size: 1.11 KB
Versions: 3
Compression:
Stored size: 1.11 KB
Contents
=begin This is an automatically generated file. DO NOT EDIT. Generated from version 2.1.81 of the OpenAPI specification at https://github.com/athenianco/api-spec/releases/tag/2.1.81. Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.4.0 =end require 'spec_helper' require 'json' # Unit tests for Athenian::VersionApi # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'VersionApi' do before do # run before each test @api_instance = Athenian::VersionApi.new end after do # run after each test end describe 'test an instance of VersionApi' do it 'should create an instance of VersionApi' do expect(@api_instance).to be_instance_of(Athenian::VersionApi) end end # unit tests for get_versions # Query the versions of the backend components. # @param [Hash] opts the optional parameters # @return [Versions] describe 'get_versions 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
athenian-2.1.86 | spec/api/version_api_spec.rb |
athenian-2.1.85 | spec/api/version_api_spec.rb |
athenian-2.1.81 | spec/api/version_api_spec.rb |