From 9424b48d39fc2f646f34ffb088568a148313c0e8 Mon Sep 17 00:00:00 2001 From: Akira Matsuda <ronnie@dio.jp> Date: Tue, 12 Aug 2014 19:52:34 +0900 Subject: CHANGELOG entry for TestCase.i_suck_and_my_tests_are_order_dependent! fix --- activesupport/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'activesupport') diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 03e8d73ea7..4ee70ebd30 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,3 +1,9 @@ +* Fix ActiveSupport::TestCase not to order users' test cases by default. + If this change breaks your tests because your tests are order dependent, you need to explicitly call + ActiveSupport::TestCase.i_suck_and_my_tests_are_order_dependent! at the top of your tests. + + *Akira Matsuda* + * Fix DateTime comparison with DateTime::Infinity object. *Rafael Mendonça França* -- cgit v1.2.3