aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/testing/time_helpers.rb
Commit message (Expand)AuthorAgeFilesLines
* Store the singleton_class in a local variableRafael Mendonça França2014-01-291-3/+4
* Change the class and method visibilityRafael Mendonça França2014-01-291-9/+13
* Use instance method instead of before hookRafael Mendonça França2014-01-291-9/+8
* Alias the original method first to avoid warningsRafael Mendonça França2014-01-291-2/+7
* Implement a simple stub feature to use in the Time travel helpersRafael Mendonça França2014-01-291-4/+44
* doc `travel` and `travel_to` stubs are removed in teardown. [ci skip]Yves Senn2013-11-211-4/+4
* Add `#travel` and `#travel_to` to AS::TestCasePrem Sichanugrist2013-11-201-0/+55