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:
parent
75bb2bbebb
commit
0173e149b0
1 changed files with 1 additions and 2 deletions
|
@ -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`:
|
||||
|
||||
|
|
Loading…
Reference in a new issue