aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/testing/time_helpers.rb
diff options
context:
space:
mode:
authorRobin Dupret <robin.dupret@gmail.com>2015-06-07 14:51:53 +0200
committerRobin Dupret <robin.dupret@gmail.com>2015-06-07 14:53:24 +0200
commit27eccc27cbe987be04bb97b49aff1d7fd118634c (patch)
tree9f3cfba2ffb773955ea288fa883418b6b0ef83de /activesupport/lib/active_support/testing/time_helpers.rb
parentc429674f8625fccdc7c2a0e685f122de4531552c (diff)
downloadrails-27eccc27cbe987be04bb97b49aff1d7fd118634c.tar.gz
rails-27eccc27cbe987be04bb97b49aff1d7fd118634c.tar.bz2
rails-27eccc27cbe987be04bb97b49aff1d7fd118634c.zip
A few documentation tweaks [ci skip]
[Robin Dupret & Shunsuke Aida]
Diffstat (limited to 'activesupport/lib/active_support/testing/time_helpers.rb')
-rw-r--r--activesupport/lib/active_support/testing/time_helpers.rb2
1 files changed, 1 insertions, 1 deletions
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+.