diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-03-09 19:08:02 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-03-09 19:08:02 +0000 |
commit | eb0a93d353bd04a82303c8faaefe38493fcd9f9d (patch) | |
tree | d293e16afdba98a2bfd176419ca0c05f1e7efae5 /test/integration/routing/my_test.rb | |
parent | d171aa83988b08e1aa3a0a23345635af0db83f1e (diff) | |
download | redmine-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.rb | 1 |
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' |