From 2d7b57809d6dd22ba833a4ddeb99e70d5ff8a477 2011-12-25 10:18:35 From: Toshi MARUYAMA Date: 2011-12-25 10:18:35 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 --- diff --git a/test/integration/routing_test.rb b/test/integration/routing/wikis_test.rb similarity index 94% rename from test/integration/routing_test.rb rename to test/integration/routing/wikis_test.rb index bdd6a84..2b0899d 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" },