aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorbrainopia <brainopia@evilmartians.com>2015-01-09 12:54:11 +0300
committerbrainopia <brainopia@evilmartians.com>2015-01-09 12:54:11 +0300
commit700f3b7e26ee76757f4f680e82ba4ed84826880a (patch)
tree3e5bf3aeb5707cb177a4f05c782247e48afd0471 /railties/CHANGELOG.md
parent37704547d94c5a5faf3cfb176984d4877922a5bd (diff)
downloadrails-700f3b7e26ee76757f4f680e82ba4ed84826880a.tar.gz
rails-700f3b7e26ee76757f4f680e82ba4ed84826880a.tar.bz2
rails-700f3b7e26ee76757f4f680e82ba4ed84826880a.zip
Drop old test locations from `rake stats`
- test/functional - test/unit
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 606d5f2a53..3e797e03cb 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,3 +1,9 @@
+* Drop old test locations from `rake stats`
+ - test/functional
+ - test/unit
+
+ *Ravil Bayramgalin*
+
* Update `rake stats` to correctly count declarative tests
as methods in `_test.rb` files.