Sha256: 9d33c216faaa47b490275aca40e0892e5e24051ca36144f916df69aea6f19f37
Contents?: true
Size: 1.51 KB
Versions: 34
Compression:
Stored size: 1.51 KB
Contents
=begin #ORY Keto #A cloud native access control server providing best-practice patterns (RBAC, ABAC, ACL, AWS IAM Policies, Kubernetes Roles, ...) via REST APIs. The version of the OpenAPI document: v0.0.0-alpha.1 Contact: hi@ory.sh Generated by: https://openapi-generator.tech OpenAPI Generator version: 4.2.2 =end require 'spec_helper' require 'json' # Unit tests for OryHydraClient::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 = OryHydraClient::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(OryHydraClient::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://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end end
Version data entries
34 entries across 34 versions & 1 rubygems