aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2016-05-20 20:16:17 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2016-05-20 20:16:17 +0900
commitdf3d97d0750a31b81bdd4aa9a00e58872a8a78e6 (patch)
treeb889d6545de7a50cb3b049b43710f1574a34e426 /guides
parentd90ae764ec287e477dc5d679233dfc1efbe22828 (diff)
downloadrails-df3d97d0750a31b81bdd4aa9a00e58872a8a78e6.tar.gz
rails-df3d97d0750a31b81bdd4aa9a00e58872a8a78e6.tar.bz2
rails-df3d97d0750a31b81bdd4aa9a00e58872a8a78e6.zip
fix module name [ci skip]
Diffstat (limited to 'guides')
-rw-r--r--guides/source/testing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/testing.md b/guides/source/testing.md
index 34c831c802..050bdda9e3 100644
--- a/guides/source/testing.md
+++ b/guides/source/testing.md
@@ -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.