aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/test_case.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "MethodCallAssertions is a regular player of the team ActiveSupport::T...Rafael Mendonça França2019-08-021-3/+0
* Revert "You give jruby_skip & rubinius_skip a good name"Rafael Mendonça França2019-08-021-2/+0
* You give jruby_skip & rubinius_skip a good nameAkira Matsuda2019-08-021-0/+2
* MethodCallAssertions is a regular player of the team ActiveSupport::TestCase nowAkira Matsuda2019-08-021-0/+3
* Add option to set parallel test worker count to the physical core count of th...Bogdan2018-12-181-2/+7
* use "minitest" consistentlyXavier Noria2018-09-111-2/+2
* `SetupAndTeardown` has few caveats that breaks libraries:Edouard CHIN2018-04-271-1/+1
* Small doc fixesT.J. Schuck2018-04-021-4/+4
* Fixes typosDharam Gollapudi2018-02-171-3/+3
* Add test parallelization to Railseileencodes2018-02-151-0/+86
* Remove unused requireyuuji.yaginuma2017-11-101-1/+0
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-10/+10
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* [Active Support] require => require_relativeAkira Matsuda2017-07-011-10/+10
* Use `on_load` to trigger commandline processing codeAaron Patterson2016-10-211-0/+2
* Move custom assertion to its proper placeSantosh Wadghule2016-08-271-11/+0
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-12/+12
* Remove deprecated arguments in assert_nothing_raisedRafael Mendonça França2016-06-131-6/+1
* Fix `assert_nothing_raised` deprecation warning formatRyuta Kamizono2016-02-241-2/+3
* add deprecation warning to assert_nothing_raised and changelog entryTara Scherner de la Fuente2016-02-221-1/+5
* remove args from assert_nothing_raised in testsTara Scherner de la Fuente2016-02-221-1/+1
* better docs for ActiveSupport::TestCase#assert_nothing_raisedTara Scherner de la Fuente2016-02-181-2/+5
* Extract line filtering to Railties.Kasper Timm Hansen2016-01-091-10/+0
* Improve test runner's Minitest integration.Kasper Timm Hansen2015-06-041-0/+10
* refactor ActiveSupport::TestCase.test_order method with memoizationMehmet Emin İNAÇ2015-05-041-8/+1
* Fix incorrect description for `assert_nothing_raised`.Guo Xiang Tan2015-03-241-1/+1
* Remove alias for `i_suck_and_my_tests_are_order_dependent`.Guo Xiang Tan2015-03-241-2/+0
* introduce `ActiveSupport::Testing::FileFixtures`.Yves Senn2015-01-281-0/+2
* Remove unneeded `require 'as/deprecation'`claudiob2015-01-041-1/+0
* Change the default test order from `:sorted` to `:random`Rafael Mendonça França2015-01-041-17/+3
* Add docs for AS::TestCase::test_orderclaudiob2014-12-181-0/+15
* edit pass over all warningsXavier Noria2014-10-281-1/+1
* Define the configuration at Active SupportRafael Mendonça França2014-09-111-10/+7
* Default to sorting user's test cases for nowGodfrey Chan2014-09-081-0/+32
* Nobody sucks so nobody should call this awful method nameRafael Mendonça França2014-08-121-0/+4
* Remove old setup from AS test caseCarlos Antonio da Silva2014-08-121-5/+0
* users_dont_suck_but_only_we_suck_and_only_our_tests_are_order_dependent!Akira Matsuda2014-08-121-4/+0
* Revert "Merge pull request #15305 from tgxworld/remove_unnecessary_require"Santiago Pastorino2014-07-301-0/+2
* Stop requiring mocha automaticallyRafael Mendonça França2014-07-191-5/+0
* Remove unnecessary require of Minitest.Guo Xiang Tan2014-05-241-2/+0
* Add `#travel` and `#travel_to` to AS::TestCasePrem Sichanugrist2013-11-201-0/+2
* rm minitest monkey patchAaron Patterson2013-11-161-17/+0
* Use the method provided by minitest to make tests order dependentGuillermo Iguaran2013-11-091-4/+2
* fix typo in comment [ci skip].Yves Senn2013-10-281-1/+1
* Remove active_support/testing/pending.rb was deprecated.kennyj2013-06-011-2/+0
* Require only minitest.Rafael Mendonça França2013-05-221-1/+1
* Eliminate minitest warningsSam Ruby2013-05-171-1/+1
* Updates to make rails 4 happy with minitest 5:Ryan Davis2013-05-061-3/+21