I can see this on git hub but it is being missing by the test

This commit is contained in:
Erik Ordway 2014-02-11 17:25:54 -08:00
parent f1e8bdaee5
commit 1167b5c4b5

View file

@ -10,8 +10,7 @@ class Users::OmniauthCallbacksController < ApplicationController
Auth::OpenIdAuthenticator.new("google", "https://www.google.com/accounts/o8/id", trusted: true),
Auth::OpenIdAuthenticator.new("yahoo", "https://me.yahoo.com", trusted: true),
Auth::GithubAuthenticator.new,
Auth::TwitterAuthenticator.new,
Auth::CasAuthenticator.new
Auth::TwitterAuthenticator.new
]
skip_before_filter :redirect_to_login_if_required