Sha256: eed05407edbfdc9a8248f027aac0a5d18f5591c91e500a74e002a7eeae3ae461
Contents?: true
Size: 1.01 KB
Versions: 2
Compression:
Stored size: 1.01 KB
Contents
=begin #ORY Hydra #Welcome to the ORY Hydra HTTP API documentation. You will find documentation for all HTTP APIs here. The version of the OpenAPI document: v1.10.4-alpha.1 Generated by: https://openapi-generator.tech OpenAPI Generator version: 5.1.1 =end require 'spec_helper' require 'json' require 'date' # Unit tests for OryHydraClient::RequestWasHandledResponse # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe OryHydraClient::RequestWasHandledResponse do let(:instance) { OryHydraClient::RequestWasHandledResponse.new } describe 'test an instance of RequestWasHandledResponse' do it 'should create an instance of RequestWasHandledResponse' do expect(instance).to be_instance_of(OryHydraClient::RequestWasHandledResponse) end end describe 'test attribute "redirect_to"' 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ory-hydra-client-1.10.6 | spec/models/request_was_handled_response_spec.rb |
ory-hydra-client-1.10.5 | spec/models/request_was_handled_response_spec.rb |