Sha256: a538e95f95acd4c9bfe401c13fd66b7fe393120af767dd2916fb0842223f7726
Contents?: true
Size: 1.97 KB
Versions: 1
Compression:
Stored size: 1.97 KB
Contents
=begin #Ory APIs #Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. The version of the OpenAPI document: v1.1.12 Contact: support@ory.sh Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.0.1 =end require 'spec_helper' require 'json' require 'date' # Unit tests for OryClient::TrustOAuth2JwtGrantIssuer # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe OryClient::TrustOAuth2JwtGrantIssuer do let(:instance) { OryClient::TrustOAuth2JwtGrantIssuer.new } describe 'test an instance of TrustOAuth2JwtGrantIssuer' do it 'should create an instance of TrustOAuth2JwtGrantIssuer' do expect(instance).to be_instance_of(OryClient::TrustOAuth2JwtGrantIssuer) end end describe 'test attribute "allow_any_subject"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "expires_at"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "issuer"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "jwk"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "scope"' 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ory-client-1.1.12 | spec/models/trust_o_auth2_jwt_grant_issuer_spec.rb |