summaryrefslogtreecommitdiffstats
path: root/test/integration/routing/my_test.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2015-10-15 18:45:09 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2015-10-15 18:45:09 +0000
commit486a4dfbc82a5ffc5dd89f94bb44edd5a7f127cd (patch)
tree3c0248f0299ad092dd3e6b9dec67db6c340a5d1f /test/integration/routing/my_test.rb
parentbae4b1985d921d50799da8108657d4432a7f34f7 (diff)
downloadredmine-486a4dfbc82a5ffc5dd89f94bb44edd5a7f127cd.tar.gz
redmine-486a4dfbc82a5ffc5dd89f94bb44edd5a7f127cd.zip
Named routed for RSS/API keys (#20997).
git-svn-id: http://svn.redmine.org/redmine/trunk@14677 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/integration/routing/my_test.rb')
-rw-r--r--test/integration/routing/my_test.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/routing/my_test.rb b/test/integration/routing/my_test.rb
index 585764a0b..f10c107a5 100644
--- a/test/integration/routing/my_test.rb
+++ b/test/integration/routing/my_test.rb
@@ -28,9 +28,9 @@ class RoutingMyTest < Redmine::RoutingTest
should_route 'GET /my/page' => 'my#page'
should_route 'GET /my' => 'my#index'
- should_route 'POST /my/reset_rss_key' => 'my#reset_rss_key'
- should_route 'POST /my/reset_api_key' => 'my#reset_api_key'
should_route 'GET /my/api_key' => 'my#show_api_key'
+ should_route 'POST /my/api_key' => 'my#reset_api_key'
+ should_route 'POST /my/rss_key' => 'my#reset_rss_key'
should_route 'GET /my/password' => 'my#password'
should_route 'POST /my/password' => 'my#password'