aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2012-09-26 11:16:43 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2012-09-26 11:17:02 -0700
commit86ebe0bd36e03b7b7531d818f65cacdb03766abe (patch)
tree8090c947015c9d842ad7c55d5d947ee28dc569f6 /activesupport/CHANGELOG.md
parent107fd8788f92da53232e87a220d6f4329c8f2b13 (diff)
downloadrails-86ebe0bd36e03b7b7531d818f65cacdb03766abe.tar.gz
rails-86ebe0bd36e03b7b7531d818f65cacdb03766abe.tar.bz2
rails-86ebe0bd36e03b7b7531d818f65cacdb03766abe.zip
Tests tag the Rails log with the current test class and test case
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index e8b7392777..2df3d1f69b 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,5 +1,12 @@
## Rails 4.0.0 (unreleased) ##
+* Tests tag the Rails log with the current test class and test case:
+
+ [SessionsControllerTest] [test_0002_sign in] Processing by SessionsController#create as HTML
+ [SessionsControllerTest] [test_0002_sign in] ...
+
+ *Jeremy Kemper*
+
* Add logger.push_tags and .pop_tags to complement logger.tagged:
class Job