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.6.0.alpha6 spec/models/health_not_ready_status_spec.rb
ory-keto-client-0.6.0.alpha3 spec/models/health_not_ready_status_spec.rb
ory-keto-client-0.6.0.alpha1 spec/models/health_not_ready_status_spec.rb
ory-keto-client-0.0.0.alpha58 spec/models/health_not_ready_status_spec.rb
ory-keto-client-0.0.0.alpha57 spec/models/health_not_ready_status_spec.rb
ory-keto-client-0.0.0.alpha56 spec/models/health_not_ready_status_spec.rb
ory-keto-client-0.0.0.alpha55 spec/models/health_not_ready_status_spec.rb
ory-keto-client-0.0.0.alpha54 spec/models/health_not_ready_status_spec.rb
ory-keto-client-0.0.0.alpha53 spec/models/health_not_ready_status_spec.rb
ory-keto-client-0.0.0.alpha52 spec/models/health_not_ready_status_spec.rb
ory-keto-client-0.0.0.alpha51 spec/models/health_not_ready_status_spec.rb
ory-keto-client-0.0.0.alpha50 spec/models/health_not_ready_status_spec.rb
ory-keto-client-0.0.0.alpha49 spec/models/health_not_ready_status_spec.rb
ory-keto-client-0.0.0.alpha48 spec/models/health_not_ready_status_spec.rb
ory-keto-client-0.0.0.alpha47 spec/models/health_not_ready_status_spec.rb
ory-keto-client-0.0.0.alpha46 spec/models/health_not_ready_status_spec.rb
ory-keto-client-0.0.0.alpha45 spec/models/health_not_ready_status_spec.rb
ory-keto-client-0.0.0.alpha44 spec/models/health_not_ready_status_spec.rb
ory-keto-client-0.0.0.alpha43 spec/models/health_not_ready_status_spec.rb
ory-keto-client-0.0.0.alpha41 spec/models/health_not_ready_status_spec.rb