summaryrefslogtreecommitdiffstats
path: root/test/integration/routing/my_test.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2017-03-09 19:08:02 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2017-03-09 19:08:02 +0000
commiteb0a93d353bd04a82303c8faaefe38493fcd9f9d (patch)
treed293e16afdba98a2bfd176419ca0c05f1e7efae5 /test/integration/routing/my_test.rb
parentd171aa83988b08e1aa3a0a23345635af0db83f1e (diff)
downloadredmine-eb0a93d353bd04a82303c8faaefe38493fcd9f9d.tar.gz
redmine-eb0a93d353bd04a82303c8faaefe38493fcd9f9d.zip
Removes MyControllerTest#page_layout (#25297).
git-svn-id: http://svn.redmine.org/redmine/trunk@16385 e93f8b46-1217-0410-a6f0-8f06a7374b81
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'