diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-12-25 10:18:35 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-12-25 10:18:35 +0000 |
commit | 2d7b57809d6dd22ba833a4ddeb99e70d5ff8a477 (patch) | |
tree | db0b9933620f54ce740b961dfb617a27c1f9be0c /test | |
parent | a33b51eeee12191e1cb3def94cab84bde2241938 (diff) | |
download | redmine-2d7b57809d6dd22ba833a4ddeb99e70d5ff8a477.tar.gz redmine-2d7b57809d6dd22ba833a4ddeb99e70d5ff8a477.zip |
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
Diffstat (limited to 'test')
-rw-r--r-- | test/integration/routing/wikis_test.rb (renamed from test/integration/routing_test.rb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/routing_test.rb b/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" }, |