From 86ebe0bd36e03b7b7531d818f65cacdb03766abe Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Wed, 26 Sep 2012 11:16:43 -0700 Subject: Tests tag the Rails log with the current test class and test case --- activesupport/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'activesupport/CHANGELOG.md') 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 -- cgit v1.2.3