summaryrefslogtreecommitdiffstats
path: root/test/integration
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration')
-rw-r--r--test/integration/routing/my_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/routing/my_test.rb b/test/integration/routing/my_test.rb
index 95b349ce6..c2291b01f 100644
--- a/test/integration/routing/my_test.rb
+++ b/test/integration/routing/my_test.rb
@@ -26,6 +26,7 @@ class RoutingMyTest < Redmine::RoutingTest
should_route 'POST /my/account/destroy' => 'my#destroy'
should_route 'GET /my/page' => 'my#page'
+ should_route 'POST /my/page' => 'my#update_page'
should_route 'GET /my' => 'my#index'
should_route 'GET /my/api_key' => 'my#show_api_key'