Add support for Wikimedia authentication

Closes #1146
This commit is contained in:
Tom Hughes 2016-06-17 16:47:03 +01:00
parent 12964ae1e4
commit 69b967c9ff
13 changed files with 242 additions and 4 deletions

View file

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