mirror of
https://github.com/redmine/redmine.git
synced 2026-07-07 17:13:29 +02:00
Moved new group user to its own action GroupsController#new_users.
git-svn-id: http://svn.redmine.org/redmine/trunk@13602 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -78,6 +78,10 @@ class RoutingGroupsTest < ActionDispatch::IntegrationTest
|
||||
end
|
||||
|
||||
def test_groups
|
||||
assert_routing(
|
||||
{ :method => 'get', :path => "/groups/567/users/new" },
|
||||
{ :controller => 'groups', :action => 'new_users', :id => '567' }
|
||||
)
|
||||
assert_routing(
|
||||
{ :method => 'post', :path => "/groups/567/users" },
|
||||
{ :controller => 'groups', :action => 'add_users', :id => '567' }
|
||||
|
||||
Reference in New Issue
Block a user