diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2017-11-05 19:09:05 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2017-11-05 19:09:05 +0000 |
commit | e438523e785b8f1c772b4a6a594fc1c3cacd5e76 (patch) | |
tree | 4bd54a527d11c9b5f28c707544b28569a8b46a5e /test/integration/routing | |
parent | 4c51d637616af48169d55970138f98e9db3a707d (diff) | |
download | redmine-e438523e785b8f1c772b4a6a594fc1c3cacd5e76.tar.gz redmine-e438523e785b8f1c772b4a6a594fc1c3cacd5e76.zip |
remove unused WikisController#edit (#26579)
git-svn-id: http://svn.redmine.org/redmine/trunk@17018 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/integration/routing')
-rw-r--r-- | test/integration/routing/wikis_test.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/integration/routing/wikis_test.rb b/test/integration/routing/wikis_test.rb index ef4643f91..ebd241614 100644 --- a/test/integration/routing/wikis_test.rb +++ b/test/integration/routing/wikis_test.rb @@ -19,8 +19,6 @@ require File.expand_path('../../../test_helper', __FILE__) class RoutingWikisTest < Redmine::RoutingTest def test_wikis - should_route 'POST /projects/foo/wiki' => 'wikis#edit', :id => 'foo' - should_route 'GET /projects/foo/wiki/destroy' => 'wikis#destroy', :id => 'foo' should_route 'POST /projects/foo/wiki/destroy' => 'wikis#destroy', :id => 'foo' end |