Sha256: 0bc689fa45554ac8687ac676d77807fa39677e1f77acf5cb31ef68d03b12b3ab

Contents?: true

Size: 1.1 KB

Versions: 34

Compression:

Stored size: 1.1 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'
require 'date'

# Unit tests for OryHydraClient::HealthNotReadyStatus
# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
describe 'HealthNotReadyStatus' do
  before do
    # run before each test
    @instance = OryHydraClient::HealthNotReadyStatus.new
  end

  after do
    # run after each test
  end

  describe 'test an instance of HealthNotReadyStatus' do
    it 'should create an instance of HealthNotReadyStatus' do
      expect(@instance).to be_instance_of(OryHydraClient::HealthNotReadyStatus)
    end
  end
  describe 'test attribute "errors"' 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

Version Path
ory-keto-client-0.0.0.alpha40 spec/models/health_not_ready_status_spec.rb
ory-keto-client-0.5.6.alpha1 spec/models/health_not_ready_status_spec.rb
ory-keto-client-0.5.4.alpha1 spec/models/health_not_ready_status_spec.rb
ory-keto-client-0.5.3.alpha3 spec/models/health_not_ready_status_spec.rb
ory-keto-client-0.5.3.alpha2 spec/models/health_not_ready_status_spec.rb
ory-keto-client-0.5.3.alpha1 spec/models/health_not_ready_status_spec.rb
ory-keto-client-0.5.2 spec/models/health_not_ready_status_spec.rb
ory-keto-client-0.5.1.alpha1 spec/models/health_not_ready_status_spec.rb
ory-keto-client-0.4.4.alpha1 spec/models/health_not_ready_status_spec.rb
ory-keto-client-0.4.3.alpha2 spec/models/health_not_ready_status_spec.rb
ory-keto-client-0.4.3.alpha1 spec/models/health_not_ready_status_spec.rb
ory-keto-client-0.4.2.alpha1 spec/models/health_not_ready_status_spec.rb
ory-keto-client-0.4.1.beta1 spec/models/health_not_ready_status_spec.rb
ory-keto-client-0.4.0.alpha1 spec/models/health_not_ready_status_spec.rb