diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-10-30 08:32:31 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-10-30 08:32:31 +0000 |
commit | db5bd2b2de4733b3c900468edf4eb35896e4f723 (patch) | |
tree | d6f86917faf3374f1a878f2566857b57b19852d8 /test/integration | |
parent | f7782c46480f8d5ab995c988ea265d12eb7ad0a9 (diff) | |
download | redmine-db5bd2b2de4733b3c900468edf4eb35896e4f723.tar.gz redmine-db5bd2b2de4733b3c900468edf4eb35896e4f723.zip |
My page - Spent time: configurable number of days to display (#8761).
git-svn-id: http://svn.redmine.org/redmine/trunk@15942 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/integration')
-rw-r--r-- | test/integration/routing/my_test.rb | 1 |
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' |