Sha256: 750789dcec293f53b54b627671bb1a30d7d36a97a8c3fb32b30590820e020c17

Contents?: true

Size: 1.78 KB

Versions: 3

Compression:

Stored size: 1.78 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::IntegrationsApi
# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
describe 'IntegrationsApi' do
  before do
    # run before each test
    @api_instance = Athenian::IntegrationsApi.new
  end

  after do
    # run after each test
  end

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

  # unit tests for get_everything
  # Download all the data collected by Athenian for custom analysis.
  # @param [Hash] opts the optional parameters
  # @option opts [Integer] :account Numeric identifier of the account. Raises HTTP 400 if the user belongs to more than one account.
  # @option opts [String] :format Output file format. The default is `parquet`.
  # @return [File]
  describe 'get_everything 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 match_identities
  # Match provided people names/logins/emails to the account's GitHub organization members.
  # @param body 
  # @param [Hash] opts the optional parameters
  # @return [Array<MatchedIdentity>]
  describe 'match_identities 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/integrations_api_spec.rb
athenian-2.1.85 spec/api/integrations_api_spec.rb
athenian-2.1.81 spec/api/integrations_api_spec.rb