From e438523e785b8f1c772b4a6a594fc1c3cacd5e76 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sun, 5 Nov 2017 19:09:05 +0000 Subject: remove unused WikisController#edit (#26579) git-svn-id: http://svn.redmine.org/redmine/trunk@17018 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/integration/routing/wikis_test.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/integration/routing') 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 -- cgit v1.2.3