From 27eccc27cbe987be04bb97b49aff1d7fd118634c Mon Sep 17 00:00:00 2001 From: Robin Dupret Date: Sun, 7 Jun 2015 14:51:53 +0200 Subject: A few documentation tweaks [ci skip] [Robin Dupret & Shunsuke Aida] --- activesupport/lib/active_support/testing/time_helpers.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib/active_support/testing/time_helpers.rb') diff --git a/activesupport/lib/active_support/testing/time_helpers.rb b/activesupport/lib/active_support/testing/time_helpers.rb index 3478b09423..fca0947c5b 100644 --- a/activesupport/lib/active_support/testing/time_helpers.rb +++ b/activesupport/lib/active_support/testing/time_helpers.rb @@ -39,7 +39,7 @@ module ActiveSupport end end - # Contain helpers that help you test passage of time. + # Contains helpers that help you test passage of time. module TimeHelpers # Changes current time to the time in the future or in the past by a given time difference by # stubbing +Time.now+, +Date.today+, and +DateTime.now+. -- cgit v1.2.3