Adds routes for group users.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7946 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2011-11-27 10:47:36 +00:00
parent 1ebe9640a6
commit f680e7f8ac
5 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ class GroupsControllerTest < ActionController::TestCase
def test_remove_user
assert_difference 'Group.find(10).users.count', -1 do
post :remove_user, :id => 10, :user_id => '8'
delete :remove_user, :id => 10, :user_id => '8'
end
end