Sha256: 3aa7640b910a5cddb3830f0e320d33cb5170a61b9648885edfa34d19a0c27dc2

Contents?: true

Size: 1.42 KB

Versions: 41

Compression:

Stored size: 1.42 KB

Contents

=begin
#ORY Oathkeeper

#ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.

The version of the OpenAPI document: v0.0.0-alpha.1
Contact: hi@ory.am
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 4.2.2

=end

require 'spec_helper'
require 'json'
require 'date'

# Unit tests for OryHydraClient::Upstream
# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
describe 'Upstream' do
  before do
    # run before each test
    @instance = OryHydraClient::Upstream.new
  end

  after do
    # run after each test
  end

  describe 'test an instance of Upstream' do
    it 'should create an instance of Upstream' do
      expect(@instance).to be_instance_of(OryHydraClient::Upstream)
    end
  end
  describe 'test attribute "preserve_host"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "strip_path"' do
    it 'should work' do
      # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
    end
  end

  describe 'test attribute "url"' 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

41 entries across 41 versions & 1 rubygems

Version Path
ory-oathkeeper-client-0.38.15.beta1 spec/models/upstream_spec.rb
ory-oathkeeper-client-0.0.0.alpha62 spec/models/upstream_spec.rb
ory-oathkeeper-client-0.0.0.alpha60 spec/models/upstream_spec.rb
ory-oathkeeper-client-0.0.0.alpha59 spec/models/upstream_spec.rb
ory-oathkeeper-client-0.0.0.alpha58 spec/models/upstream_spec.rb
ory-oathkeeper-client-0.0.0.alpha57 spec/models/upstream_spec.rb
ory-oathkeeper-client-0.0.0.alpha56 spec/models/upstream_spec.rb
ory-oathkeeper-client-0.0.0.alpha55 spec/models/upstream_spec.rb
ory-oathkeeper-client-0.0.0.alpha54 spec/models/upstream_spec.rb
ory-oathkeeper-client-0.0.0.alpha53 spec/models/upstream_spec.rb
ory-oathkeeper-client-0.0.0.alpha52 spec/models/upstream_spec.rb
ory-oathkeeper-client-0.0.0.alpha51 spec/models/upstream_spec.rb
ory-oathkeeper-client-0.0.0.alpha50 spec/models/upstream_spec.rb
ory-oathkeeper-client-0.0.0.alpha49 spec/models/upstream_spec.rb
ory-oathkeeper-client-0.0.0.alpha48 spec/models/upstream_spec.rb
ory-oathkeeper-client-0.0.0.alpha47 spec/models/upstream_spec.rb
ory-oathkeeper-client-0.0.0.alpha46 spec/models/upstream_spec.rb
ory-oathkeeper-client-0.0.0.alpha45 spec/models/upstream_spec.rb
ory-oathkeeper-client-0.0.0.alpha44 spec/models/upstream_spec.rb
ory-oathkeeper-client-0.0.0.alpha43 spec/models/upstream_spec.rb