index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
lib
/
active_support
/
test_case.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add option to set parallel test worker count to the physical core count of th...
Bogdan
2018-12-18
1
-2
/
+7
*
use "minitest" consistently
Xavier Noria
2018-09-11
1
-2
/
+2
*
`SetupAndTeardown` has few caveats that breaks libraries:
Edouard CHIN
2018-04-27
1
-1
/
+1
*
Small doc fixes
T.J. Schuck
2018-04-02
1
-4
/
+4
*
Fixes typos
Dharam Gollapudi
2018-02-17
1
-3
/
+3
*
Add test parallelization to Rails
eileencodes
2018-02-15
1
-0
/
+86
*
Remove unused require
yuuji.yaginuma
2017-11-10
1
-1
/
+0
*
[Active Support] require_relative => require
Akira Matsuda
2017-10-21
1
-10
/
+10
*
[Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
1
-0
/
+1
*
Use frozen-string-literal in ActiveSupport
Kir Shatrov
2017-07-09
1
-0
/
+1
*
[Active Support] require => require_relative
Akira Matsuda
2017-07-01
1
-10
/
+10
*
Use `on_load` to trigger commandline processing code
Aaron Patterson
2016-10-21
1
-0
/
+2
*
Move custom assertion to its proper place
Santosh Wadghule
2016-08-27
1
-11
/
+0
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-1
/
+0
*
applies new string literal convention in activesupport/lib
Xavier Noria
2016-08-06
1
-12
/
+12
*
Remove deprecated arguments in assert_nothing_raised
Rafael Mendonça França
2016-06-13
1
-6
/
+1
*
Fix `assert_nothing_raised` deprecation warning format
Ryuta Kamizono
2016-02-24
1
-2
/
+3
*
add deprecation warning to assert_nothing_raised and changelog entry
Tara Scherner de la Fuente
2016-02-22
1
-1
/
+5
*
remove args from assert_nothing_raised in tests
Tara Scherner de la Fuente
2016-02-22
1
-1
/
+1
*
better docs for ActiveSupport::TestCase#assert_nothing_raised
Tara Scherner de la Fuente
2016-02-18
1
-2
/
+5
*
Extract line filtering to Railties.
Kasper Timm Hansen
2016-01-09
1
-10
/
+0
*
Improve test runner's Minitest integration.
Kasper Timm Hansen
2015-06-04
1
-0
/
+10
*
refactor ActiveSupport::TestCase.test_order method with memoization
Mehmet Emin İNAÇ
2015-05-04
1
-8
/
+1
*
Fix incorrect description for `assert_nothing_raised`.
Guo Xiang Tan
2015-03-24
1
-1
/
+1
*
Remove alias for `i_suck_and_my_tests_are_order_dependent`.
Guo Xiang Tan
2015-03-24
1
-2
/
+0
*
introduce `ActiveSupport::Testing::FileFixtures`.
Yves Senn
2015-01-28
1
-0
/
+2
*
Remove unneeded `require 'as/deprecation'`
claudiob
2015-01-04
1
-1
/
+0
*
Change the default test order from `:sorted` to `:random`
Rafael Mendonça França
2015-01-04
1
-17
/
+3
*
Add docs for AS::TestCase::test_order
claudiob
2014-12-18
1
-0
/
+15
*
edit pass over all warnings
Xavier Noria
2014-10-28
1
-1
/
+1
*
Define the configuration at Active Support
Rafael Mendonça França
2014-09-11
1
-10
/
+7
*
Default to sorting user's test cases for now
Godfrey Chan
2014-09-08
1
-0
/
+32
*
Nobody sucks so nobody should call this awful method name
Rafael Mendonça França
2014-08-12
1
-0
/
+4
*
Remove old setup from AS test case
Carlos Antonio da Silva
2014-08-12
1
-5
/
+0
*
users_dont_suck_but_only_we_suck_and_only_our_tests_are_order_dependent!
Akira Matsuda
2014-08-12
1
-4
/
+0
*
Revert "Merge pull request #15305 from tgxworld/remove_unnecessary_require"
Santiago Pastorino
2014-07-30
1
-0
/
+2
*
Stop requiring mocha automatically
Rafael Mendonça França
2014-07-19
1
-5
/
+0
*
Remove unnecessary require of Minitest.
Guo Xiang Tan
2014-05-24
1
-2
/
+0
*
Add `#travel` and `#travel_to` to AS::TestCase
Prem Sichanugrist
2013-11-20
1
-0
/
+2
*
rm minitest monkey patch
Aaron Patterson
2013-11-16
1
-17
/
+0
*
Use the method provided by minitest to make tests order dependent
Guillermo Iguaran
2013-11-09
1
-4
/
+2
*
fix typo in comment [ci skip].
Yves Senn
2013-10-28
1
-1
/
+1
*
Remove active_support/testing/pending.rb was deprecated.
kennyj
2013-06-01
1
-2
/
+0
*
Require only minitest.
Rafael Mendonça França
2013-05-22
1
-1
/
+1
*
Eliminate minitest warnings
Sam Ruby
2013-05-17
1
-1
/
+1
*
Updates to make rails 4 happy with minitest 5:
Ryan Davis
2013-05-06
1
-3
/
+21
*
Revert "prevent minitest from printing a --seed run option"
Xavier Noria
2013-02-24
1
-12
/
+2
*
prevent minitest from printing a --seed run option
Xavier Noria
2013-02-24
1
-2
/
+12
*
Alias refute methods to assert_not and perfer assert_not on tests
Rafael Mendonça França
2012-12-31
1
-1
/
+10
*
Inherit from MiniTest::Unit::TestCase instead of MiniTest::Spec
Rafael Mendonça França
2012-12-31
1
-8
/
+2
[next]