mirror of
https://github.com/redmine/redmine.git
synced 2025-11-10 07:16:03 +01:00
Removes MyControllerTest#page_layout (#25297).
git-svn-id: http://svn.redmine.org/redmine/trunk@16385 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -36,7 +36,6 @@ class RoutingMyTest < Redmine::RoutingTest
|
||||
should_route 'GET /my/password' => 'my#password'
|
||||
should_route 'POST /my/password' => 'my#password'
|
||||
|
||||
should_route 'GET /my/page_layout' => 'my#page_layout'
|
||||
should_route 'POST /my/add_block' => 'my#add_block'
|
||||
should_route 'POST /my/remove_block' => 'my#remove_block'
|
||||
should_route 'POST /my/order_blocks' => 'my#order_blocks'
|
||||
|
||||
Reference in New Issue
Block a user