aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2015-03-24 00:15:30 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-03-24 00:15:30 -0300
commit639159cebed293b5f3a5101ba0b6391c17e0babd (patch)
treec7b67a24fab21a3100a360df8d01c7a3e6404268 /activesupport
parent2f14153a53fd3b39ca98b5871a33367105c38b0a (diff)
parent874616a905843a68111a96471477d51bca28af02 (diff)
downloadrails-639159cebed293b5f3a5101ba0b6391c17e0babd.tar.gz
rails-639159cebed293b5f3a5101ba0b6391c17e0babd.tar.bz2
rails-639159cebed293b5f3a5101ba0b6391c17e0babd.zip
Merge pull request #19485 from tgxworld/small_doc_fix
Small doc fix. [CI SKIP]
Diffstat (limited to 'activesupport')
-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 c9d20cd837..3478b09423 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
- # Containing helpers that helps you test passage of time.
+ # Contain 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+.