aboutsummaryrefslogtreecommitdiffstats
path: root/railties/Rakefile
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-02-27 20:43:08 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-02-27 20:43:08 +0000
commit38ea84aab6a366a89fba83f8852b2c3b29c0cac9 (patch)
tree29a26b136606fcea2aa65412a904c5d98fb5fe2e /railties/Rakefile
parent12e1eae87e517d844a03053c12a5eec6ab2719ce (diff)
downloadrails-38ea84aab6a366a89fba83f8852b2c3b29c0cac9.tar.gz
rails-38ea84aab6a366a89fba83f8852b2c3b29c0cac9.tar.bz2
rails-38ea84aab6a366a89fba83f8852b2c3b29c0cac9.zip
Fixed test/mocks/testing to the correct test/mocks/test #740
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@809 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/Rakefile')
-rw-r--r--railties/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/Rakefile b/railties/Rakefile
index 9be89e8f5f..b54673ef3b 100644
--- a/railties/Rakefile
+++ b/railties/Rakefile
@@ -17,7 +17,7 @@ PKG_DESTINATION = ENV["RAILS_PKG_DESTINATION"] || "../#{PKG_NAME}"
BASE_DIRS = %w( app config/environments components db doc log lib public script test vendor )
APP_DIRS = %w( apis models controllers helpers views views/layouts )
PUBLIC_DIRS = %w( images javascripts stylesheets )
-TEST_DIRS = %w( fixtures unit functional mocks mocks/development mocks/testing )
+TEST_DIRS = %w( fixtures unit functional mocks mocks/development mocks/test )
LOG_FILES = %w( server.log development.log test.log production.log )
HTML_FILES = %w( 404.html 500.html index.html )