From 2d7b57809d6dd22ba833a4ddeb99e70d5ff8a477 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sun, 25 Dec 2011 10:18:35 +0000 Subject: [PATCH] test: route: move wikis test to new file git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8363 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/integration/{routing_test.rb => routing/wikis_test.rb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename test/integration/{routing_test.rb => routing/wikis_test.rb} (91%) diff --git a/test/integration/routing_test.rb b/test/integration/routing/wikis_test.rb similarity index 91% rename from test/integration/routing_test.rb rename to test/integration/routing/wikis_test.rb index bdd6a84bf..2b0899dc1 100644 --- a/test/integration/routing_test.rb +++ b/test/integration/routing/wikis_test.rb @@ -15,9 +15,9 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -require File.expand_path('../../test_helper', __FILE__) +require File.expand_path('../../../test_helper', __FILE__) -class RoutingTest < ActionController::IntegrationTest +class RoutingWikisTest < ActionController::IntegrationTest def test_wikis_plural_admin_setup assert_routing( { :method => 'get', :path => "/projects/ladida/wiki/destroy" }, -- 2.39.5