Sha256: 0691f865ddbf521b7ce153fc20f20310c9fd1688f3232a973eab8ba4d989a404
Contents?: true
Size: 1.23 KB
Versions: 3
Compression:
Stored size: 1.23 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::PaginationApi # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'PaginationApi' do before do # run before each test @api_instance = Athenian::PaginationApi.new end after do # run after each test end describe 'test an instance of PaginationApi' do it 'should create an instance of PaginationApi' do expect(@api_instance).to be_instance_of(Athenian::PaginationApi) end end # unit tests for paginate_prs # Compute the balanced pagination plan for `/filter/pull_requests`. # @param [Hash] opts the optional parameters # @option opts [PaginatePullRequestsRequest] :body # @return [PullRequestPaginationPlan] describe 'paginate_prs 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/pagination_api_spec.rb |
athenian-2.1.85 | spec/api/pagination_api_spec.rb |
athenian-2.1.81 | spec/api/pagination_api_spec.rb |