summaryrefslogtreecommitdiffstats
path: root/test/integration/routing/my_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/routing/my_test.rb')
-rw-r--r--test/integration/routing/my_test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/integration/routing/my_test.rb b/test/integration/routing/my_test.rb
index c2291b01f..39b3b4fa1 100644
--- a/test/integration/routing/my_test.rb
+++ b/test/integration/routing/my_test.rb
@@ -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'