Skip to content

Commit

Permalink
Fixed test/mocks/testing to the correct test/mocks/test rails#740
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@809 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
dhh committed Feb 27, 2005
1 parent 12e1eae commit 38ea84a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions railties/CHANGELOG
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion railties/Rakefile
Expand Up @@ -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 )
Expand Down
Expand Up @@ -113,7 +113,7 @@ def add_options!(opt)
test/fixtures
test/functional
test/mocks/development
test/mocks/testing
test/mocks/test
test/unit
vendor
)
Expand Down

0 comments on commit 38ea84a

Please sign in to comment.