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
This commit is contained in:
David Heinemeier Hansson 2005-02-27 20:43:08 +00:00
parent 12e1eae87e
commit 38ea84aab6
3 changed files with 4 additions and 2 deletions

@ -1,5 +1,7 @@
*SVN*
* Fixed test/mocks/testing to the correct test/mocks/test #740
* Added early failure if the Ruby version isn't 1.8.2 or above #735
* Fixed the missing shebang in main "rails" script #736

@ -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 )

@ -113,7 +113,7 @@ def add_options!(opt)
test/fixtures
test/functional
test/mocks/development
test/mocks/testing
test/mocks/test
test/unit
vendor
)