aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorप्रथमेश Sonpatki <csonpatki@gmail.com>2017-07-10 15:43:37 +0530
committerDavid Heinemeier Hansson <david@loudthinking.com>2017-07-10 12:13:37 +0200
commitb6300f3ecc79bff29cf9bb804a30fd92403feac1 (patch)
tree2a7b232aa414e5abf4e602699c1f96914d7eb7e6 /activesupport/CHANGELOG.md
parenta35f08f038570fe13be5ac789cbbaf4e3d3e527a (diff)
downloadrails-b6300f3ecc79bff29cf9bb804a30fd92403feac1.tar.gz
rails-b6300f3ecc79bff29cf9bb804a30fd92403feac1.tar.bz2
rails-b6300f3ecc79bff29cf9bb804a30fd92403feac1.zip
Added time helper method `freeze_time` which is an alias for `travel_to Time.now` (#29681)
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index ab5237488a..facd723bc5 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Add `freeze_time` helper which freezes time to `Time.now` in tests.
+
+ *Prathamesh Sonpatki*
+
* Default `ActiveSupport::MessageEncryptor` to use AES 256 GCM encryption.
On for new Rails 5.2 apps. Upgrading apps can find the config as a new