From 84a4ef63a4b890dc29cd62543f52c863fb0f0dd5 Mon Sep 17 00:00:00 2001 From: Prem Sichanugrist Date: Tue, 29 Mar 2011 03:01:46 +0700 Subject: [PATCH] Move mapper_test to the appropriate location It seems like in 89c5b9aee7d7db95cec9e5a934c3761872ab107e Aaron actually put the test in action_dispatch folder. However, there's already a `test/dispatch` directory which I think it's more appropriate. Signed-off-by: Andrew White --- .../test/{action_dispatch/routing => dispatch}/mapper_test.rb | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename actionpack/test/{action_dispatch/routing => dispatch}/mapper_test.rb (100%) diff --git a/actionpack/test/action_dispatch/routing/mapper_test.rb b/actionpack/test/dispatch/mapper_test.rb similarity index 100% rename from actionpack/test/action_dispatch/routing/mapper_test.rb rename to actionpack/test/dispatch/mapper_test.rb -- GitLab