Sha256: 942128985690d6fd480b902b3568589ce258d62d71b0f0614628078e8cd5c78c
Contents?: true
Size: 1 KB
Versions: 1
Compression:
Stored size: 1 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.2 Generated by: https://openapi-generator.tech OpenAPI Generator version: 5.1.0 =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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ory-hydra-client-1.10.2 | spec/models/request_was_handled_response_spec.rb |