Sha256: 9da46ffdd627591d7e769a50e3250a7d11fa75e638b74825bcfc59034e0ffe30
Contents?: true
Size: 985 Bytes
Versions: 4
Compression:
Stored size: 985 Bytes
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: v0.0.1-alpha.16 Contact: support@ory.sh Generated by: https://openapi-generator.tech OpenAPI Generator version: 5.1.1 =end require 'spec_helper' require 'json' require 'date' # Unit tests for OryHydraClient::SelfServiceVerificationFlowState # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe OryHydraClient::SelfServiceVerificationFlowState do let(:instance) { OryHydraClient::SelfServiceVerificationFlowState.new } describe 'test an instance of SelfServiceVerificationFlowState' do it 'should create an instance of SelfServiceVerificationFlowState' do expect(instance).to be_instance_of(OryHydraClient::SelfServiceVerificationFlowState) end end end
Version data entries
4 entries across 4 versions & 1 rubygems