mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
fix module name [ci skip]
This commit is contained in:
parent
d90ae764ec
commit
df3d97d075
1 changed files with 1 additions and 1 deletions
|
@ -1289,5 +1289,5 @@ end
|
|||
assert_equal Date.new(2004, 10, 24), user.activation_date # The change was visible only inside the `travel_to` block.
|
||||
```
|
||||
|
||||
Please see [`ActiveSupport::TimeHelpers` API Documentation](http://api.rubyonrails.org/classes/ActiveSupport/Testing/TimeHelpers.html)
|
||||
Please see [`ActiveSupport::Testing::TimeHelpers` API Documentation](http://api.rubyonrails.org/classes/ActiveSupport/Testing/TimeHelpers.html)
|
||||
for in-depth information about the available time helpers.
|
||||
|
|
Loading…
Reference in a new issue