Sha256: 12483e1054d011fcc023318a249802e61b2df58d50d31475a80d2e32d73b43b9
Contents?: true
Size: 1.68 KB
Versions: 1
Compression:
Stored size: 1.68 KB
Contents
=begin #Ory Oathkeeper API #Documentation for all of Ory Oathkeeper's APIs. The version of the OpenAPI document: v1.11.6 Contact: hi@ory.sh Generated by: https://openapi-generator.tech OpenAPI Generator version: 5.4.0 =end require 'spec_helper' require 'json' require 'date' # Unit tests for OryHydraClient::OpenIDConnectContext # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe OryHydraClient::OpenIDConnectContext do let(:instance) { OryHydraClient::OpenIDConnectContext.new } describe 'test an instance of OpenIDConnectContext' do it 'should create an instance of OpenIDConnectContext' do expect(instance).to be_instance_of(OryHydraClient::OpenIDConnectContext) end end describe 'test attribute "acr_values"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "display"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "id_token_hint_claims"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "login_hint"' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end describe 'test attribute "ui_locales"' 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-hydra-client-1.11.6 | spec/models/open_id_connect_context_spec.rb |