diff options
author | Yves Senn <yves.senn@gmail.com> | 2013-11-28 15:43:00 +0100 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2013-11-28 15:43:00 +0100 |
commit | 0173e149b06d69408c98a1a6a1e311ff1929159e (patch) | |
tree | 1945a984a447660b5d2741db03ea3747b01b7ede /activesupport | |
parent | 75bb2bbebb95a05bbe2828dec7b678d31e2ebc80 (diff) | |
download | rails-0173e149b06d69408c98a1a6a1e311ff1929159e.tar.gz rails-0173e149b06d69408c98a1a6a1e311ff1929159e.tar.bz2 rails-0173e149b06d69408c98a1a6a1e311ff1929159e.zip |
remove duplicate sentence from AS changelog. [ci skip].
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/CHANGELOG.md | 3 |
1 files changed, 1 insertions, 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`: |