Sha256: 339a5c96f8dd757d35afd0ac28fc98d8def23d475bda7aeccb3c490923d1728f

Contents?: true

Size: 539 Bytes

Versions: 27

Compression:

Stored size: 539 Bytes

Contents

require "rails_helper"
=begin
RSpec.describe Auth::RegistrationsController, :type => :routing do
  it "routes to the new user registration action." do
    expect(:get => new_user_registration_path).
      to route_to(:controller => "auth/registrations", :action => "new")
  end
end

RSpec.describe Auth::OmniauthCallbacksController, :type => :routing do
  it "routes to the omniauth failure path" do
    expect(:get => omniauth_failure_path).
      to route_to(:controller => "auth/omniauth_callbacks", :action => "failure")
  end
end
=end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
wordjelly-auth-1.2.8 spec/routing/engine_routes_spec.rb
wordjelly-auth-1.2.6 spec/routing/engine_routes_spec.rb
wordjelly-auth-1.2.5 spec/routing/engine_routes_spec.rb
wordjelly-auth-1.2.4 spec/routing/engine_routes_spec.rb
wordjelly-auth-1.2.3 spec/routing/engine_routes_spec.rb
wordjelly-auth-1.2.2 spec/routing/engine_routes_spec.rb
wordjelly-auth-1.2.1 spec/routing/engine_routes_spec.rb
wordjelly-auth-1.2.0 spec/routing/engine_routes_spec.rb
wordjelly-auth-1.1.9 spec/routing/engine_routes_spec.rb
wordjelly-auth-1.1.8 spec/routing/engine_routes_spec.rb
wordjelly-auth-1.1.7 spec/routing/engine_routes_spec.rb
wordjelly-auth-1.1.6 spec/routing/engine_routes_spec.rb
wordjelly-auth-1.1.5 spec/routing/engine_routes_spec.rb
wordjelly-auth-1.1.4 spec/routing/engine_routes_spec.rb
wordjelly-auth-1.1.3 spec/routing/engine_routes_spec.rb
wordjelly-auth-1.1.2 spec/routing/engine_routes_spec.rb
wordjelly-auth-1.1.1 spec/routing/engine_routes_spec.rb
wordjelly-auth-1.1.0 spec/routing/engine_routes_spec.rb
wordjelly-auth-1.0.9 spec/routing/engine_routes_spec.rb
wordjelly-auth-1.0.8 spec/routing/engine_routes_spec.rb