diff options
author | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2012-01-21 14:32:27 -0200 |
---|---|---|
committer | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2012-01-21 14:32:28 -0200 |
commit | c8504b1b56a040fef962f97de4f9038d0888db57 (patch) | |
tree | 74bb6038bbd17b16982fae99d19f01983425f70a /activesupport/CHANGELOG.md | |
parent | c05f3b0e4f6c5b2b350828e5e3cf9d0b1146562f (diff) | |
download | rails-c8504b1b56a040fef962f97de4f9038d0888db57.tar.gz rails-c8504b1b56a040fef962f97de4f9038d0888db57.tar.bz2 rails-c8504b1b56a040fef962f97de4f9038d0888db57.zip |
Remove ActiveSupport::TestCase#pending, use `skip` instead
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r-- | activesupport/CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index c339e93808..02a989db22 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,5 +1,7 @@ ## Rails 4.0.0 (unreleased) ## +* Remove ActiveSupport::TestCase#pending method, use `skip` instead. *Carlos Antonio da Silva* + * Deprecates the compatibility method Module#local_constant_names, use Module#local_constants instead (which returns symbols). *fxn* |