Add support for Facebook authentication

This commit is contained in:
Tom Hughes 2015-04-27 21:39:54 +01:00
parent a1f73967a9
commit c9893e186b
13 changed files with 248 additions and 4 deletions

View file

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