1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

remove duplicate sentence from AS changelog. [ci skip].

This commit is contained in:
Yves Senn 2013-11-28 15:43:00 +01:00
parent 75bb2bbebb
commit 0173e149b0

View file

@ -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`: