Sha256: d38772e2a4a67aaab9c5459d385246f43ae6b40d1ae0a2b313ba48a8351a8010
Contents?: true
Size: 1.54 KB
Versions: 1
Compression:
Stored size: 1.54 KB
Contents
=begin #ORY Oathkeeper #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. The version of the OpenAPI document: v0.40.8 Contact: hi@ory.am Generated by: https://openapi-generator.tech Generator version: 7.7.0 =end require 'spec_helper' require 'json' # Unit tests for OryOathkeeperClient::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 = OryOathkeeperClient::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(OryOathkeeperClient::VersionApi) end end # unit tests for get_version # Get service version # This endpoint returns the service version typically notated using semantic versioning. If the service supports TLS Edge Termination, this endpoint does not require the `X-Forwarded-Proto` header to be set. Be aware that if you are running multiple nodes of this service, the health status will never refer to the cluster state, only to a single instance. # @param [Hash] opts the optional parameters # @return [Version] describe 'get_version test' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ory-oathkeeper-client-0.40.8 | spec/api/version_api_spec.rb |