Sha256: 0c86da17f5f0c8dd9861ab588424c0895de0a0d6c2df8a36bb695905d062dc95
Contents?: true
Size: 1.52 KB
Versions: 1
Compression:
Stored size: 1.52 KB
Contents
=begin #ORY Keto #Ory Keto is 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.7.0-alpha.0 Contact: hi@ory.sh Generated by: https://openapi-generator.tech OpenAPI Generator version: 5.2.1 =end require 'spec_helper' require 'json' # Unit tests for OryKetoClient::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 = OryKetoClient::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(OryKetoClient::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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ory-keto-client-0.7.0.alpha0 | spec/api/version_api_spec.rb |