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