From 0173e149b06d69408c98a1a6a1e311ff1929159e Mon Sep 17 00:00:00 2001 From: Yves Senn Date: Thu, 28 Nov 2013 15:43:00 +0100 Subject: [PATCH] remove duplicate sentence from AS changelog. [ci skip]. --- activesupport/CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 37879760a6..2d51a264ee 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -22,8 +22,7 @@ * Add `ActiveSupport::Testing::TimeHelpers#travel` and `#travel_to`. These methods change current time to the given time or time difference by stubbing `Time.now` and `Date.today` to return the time or date after the difference calculation, or the time or date that got passed into the - method respectively. These methods also accept a block, which will return current time back to - its original state at the end of the block. + method respectively. Example for `#travel`: