Add support for GitHub authentication

This commit is contained in:
Tom Hughes 2015-06-08 17:11:24 +01:00
parent de32b1cf60
commit c70a1fe933
13 changed files with 239 additions and 4 deletions

View file

@ -1334,7 +1334,7 @@ class UserControllerTest < ActionController::TestCase
get :list, :page => 3
assert_response :success
assert_template :list
assert_select "table#user_list tr", :count => 22
assert_select "table#user_list tr", :count => 23
end
def test_list_post_confirm