aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/testing
Commit message (Expand)AuthorAgeFilesLines
* Remove usage of strip_heredoc in the framework in favor of <<~Rafael Mendonça França2018-02-161-2/+1
* Add test parallelization to Railseileencodes2018-02-151-0/+102
* Support hash as first argument in `assert_difference`. (#31600)Julien Meichelbeck2018-01-181-7/+21
* Merge pull request #31624 from y-yagi/fix_minitest_511Aaron Patterson2018-01-101-2/+4
|\
| * Use `Minitest::Result` for retain test resultyuuji.yaginuma2018-01-031-2/+4
* | Merge pull request #31011 from danielma/dma/assert-changes-with-to-should-sti...Ryuta Kamizono2018-01-041-5/+6
|\ \ | |/ |/|
| * `assert_changes` should always assert some changeDaniel Ma2017-11-131-5/+6
* | Prevent race condition when resetting time stubsEugene Kenny2017-12-121-1/+2
|/
* Use plain assert in assert_changes to avoid MT6 refutesGenadi Samokovarov2017-11-071-7/+2
* Resolve Minitest 6 deprecation in assert_no_changesDan Ott2017-11-061-1/+6
* removed unnecessary returnsShuhei Kitagawa2017-10-281-1/+1
* [Active Support] require_relative => requireAkira Matsuda2017-10-214-8/+8
* fix typo in assert_changes error messageBoris Slobodin2017-07-311-1/+1
* Merge pull request #29860 from georgeclaghorn/travel-back-automaticallyRafael França2017-07-241-1/+8
|\
| * Remove time stubs after each testGeorge Claghorn2017-07-221-1/+8
* | Fix doc format for `ActiveSupport::Testing::TimeHelpers` [ci skip]yuuji.yaginuma2017-07-151-2/+2
|/
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-1112-0/+12
* :scissors:Ryuta Kamizono2017-07-111-1/+0
* * Don't eagerly require Rails' minitest plugin.Kasper Timm Hansen2017-07-101-4/+0
* Added time helper method `freeze_time` which is an alias for `travel_to Time....प्रथमेश Sonpatki2017-07-101-0/+21
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-0912-0/+12
* [Active Support] require => require_relativeAkira Matsuda2017-07-014-8/+8
* Add missing "not" in the doc for `assert_no_changes` [ci skip]Ryuta Kamizono2017-05-301-1/+1
* Explicitly require AS::Time in AS::Testing::TimeHelpersT.J. Schuck2017-04-181-0/+1
* Prevent multiple values being set to `run_via`yuuji.yaginuma2017-02-181-2/+2
* Make time travel work with subclasses of Time/Date/DatetimeJonas Nicklas2017-01-101-5/+5
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-051-2/+2
* Fix arguments passing in testing isolationKir Shatrov2016-11-301-7/+8
* Fix testing isolationKir Shatrov2016-11-151-1/+2
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* fffffff, Add code missing in 29f0fbdKasper Timm Hansen2016-09-251-2/+2
* Revise setting of run_with_rails_extension.Kasper Timm Hansen2016-09-251-7/+4
* use `message` that specified in argument to error messageyuuji.yaginuma2016-08-311-1/+1
* use `inspect` for show `from` valueyuuji.yaginuma2016-08-291-1/+1
* Move custom assertion to its proper placeSantosh Wadghule2016-08-271-0/+11
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* code gardening: removes redundant selfsXavier Noria2016-08-081-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-28/+28
* applies new string literal convention in activesupport/libXavier Noria2016-08-067-13/+13
* systematic revision of =~ usage in ASXavier Noria2016-07-221-1/+2
* Introduce `assert_changes` and `assert_no_changes`Genadi Samokovarov2016-07-171-0/+89
* `travel/travel_to` travel time helpers, now raise on nested calls,Vipul A M2016-07-021-8/+43
* Create times in rails timezone not system timezone [ci skip]aarongray2016-06-211-3/+3
* Remove an unused require in ActiveSupport::TestCaseGenadi Samokovarov2016-06-131-2/+0
* Remove `_run_class_setup`Jon Moss2016-06-101-11/+0
* Extract line filtering to Railties.Kasper Timm Hansen2016-01-091-54/+0
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-10-311-1/+1
|\
| * Fixed wording in Assertion docs, changed ‘Assert’ -> ‘Asserts’Ronak Jangir2015-10-071-1/+1
* | Fix bug where custom deprecators are not used.Brandon Dunne2015-10-141-8/+9
|/