aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorRizwan Reza <rizwanreza@gmail.com>2010-03-29 09:52:33 +0430
committerwycats <wycats@gmail.com>2010-03-28 22:38:46 -0700
commita0dc6755db71b33aebccdb95fd0dd7097c934c04 (patch)
tree6be6fe842c6544c5cc3b8afb3e7e8dade8013d23 /railties/CHANGELOG
parent98d2d8ce2c2f332ee337b9ab2110300e1f2bf1f2 (diff)
downloadrails-a0dc6755db71b33aebccdb95fd0dd7097c934c04.tar.gz
rails-a0dc6755db71b33aebccdb95fd0dd7097c934c04.tar.bz2
rails-a0dc6755db71b33aebccdb95fd0dd7097c934c04.zip
Reorganized app/test directory. [#3057 state:resolved]
Run 'rake update:test_directory' to reorganize your already generated apps. test/functional -> test/controllers test/functional -> test/controllers test/unit/helpers -> test/helpers test/unit/**/*_observer_test.rb -> test/observers test/unit -> test/models
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 0b67479742..9cd6c53bc5 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*Edge*
+* Reorganized app/test directory. Run rake update:test_directory to reorganize your apps [Rizwan Reza]
+
* Added "rake about" as a replacement for script/about [DHH]
* Removed all the default commands in script/* and replaced them with script/rails and a rails command that'll act the same when run from within the app [DHH]. Example: