Sha256: 82f4fc5a44401435d13f7aa1ce25b2ebd68579ea2cb7f7c0f0efb909f15b8ef7
Contents?: true
Size: 1.12 KB
Versions: 44
Compression:
Stored size: 1.12 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: v0.0.0-alpha.1 Generated by: https://openapi-generator.tech OpenAPI Generator version: 4.2.2 =end require 'spec_helper' require 'json' require 'date' # Unit tests for OryHydraClient::FlushInactiveOAuth2TokensRequest # Automatically generated by openapi-generator (https://openapi-generator.tech) # Please update as you see appropriate describe 'FlushInactiveOAuth2TokensRequest' do before do # run before each test @instance = OryHydraClient::FlushInactiveOAuth2TokensRequest.new end after do # run after each test end describe 'test an instance of FlushInactiveOAuth2TokensRequest' do it 'should create an instance of FlushInactiveOAuth2TokensRequest' do expect(@instance).to be_instance_of(OryHydraClient::FlushInactiveOAuth2TokensRequest) end end describe 'test attribute "not_after"' 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
44 entries across 44 versions & 1 rubygems