Sha256: 3cad42ba8abb983a6301dc2f7d9d76f5ed515f8b4cf412c7045f2f0c0b09310f

Contents?: true

Size: 288 Bytes

Versions: 3

Compression:

Stored size: 288 Bytes

Contents

require 'rails_helper'

describe ProxyAuth::RegisterServicesController, type: :routing do
  routes { ProxyAuth::Engine.routes }

  it 'POST #show' do
    expect(post 'register_service').to route_to(
      controller: 'proxy_auth/register_services',
      action: 'create'
    )
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
proxy_auth-0.0.6 spec/routing/proxy_auth/register_services_routing_spec.rb
proxy_auth-0.0.5 spec/routing/proxy_auth/register_services_routing_spec.rb
proxy_auth-0.0.4 spec/routing/proxy_auth/register_services_routing_spec.rb