Sha256: bbe704dc49e083f3b1e9b19a08ad686d24ec29f1761aa9e23842fd89d4638fef
Contents?: true
Size: 1.55 KB
Versions: 34
Compression:
Stored size: 1.55 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::Input # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'Input' do before do # run before each test @instance = OryHydraClient::Input.new end after do # run after each test end describe 'test an instance of Input' do it 'should create an instance of Input' do expect(@instance).to be_instance_of(OryHydraClient::Input) end end describe 'test attribute "action"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "context"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "resource"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "subject"' 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