aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/test_case_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Enable `Lint/UselessAssignment` cop to avoid unused variable warnings (#34904)Ryuta Kamizono2019-01-091-1/+1
* added tests for assert_no_difference with multiple expressionslxxxvi2018-07-081-0/+16
* Clearer error message in assert_changeslxxxvi2018-05-051-1/+1
* Fix test class name for `Assertions` moduleyuuji.yaginuma2018-04-081-1/+1
* Support hash as first argument in `assert_difference`. (#31600)Julien Meichelbeck2018-01-181-0/+29
* `assert_changes` should always assert some changeDaniel Ma2017-11-131-0/+11
* Use plain assert in assert_changes to avoid MT6 refutesGenadi Samokovarov2017-11-071-2/+3
* removed unnecessary semicolonsShuhei Kitagawa2017-10-281-1/+1
* Suppress "unused variable" in Ruby 2.5Akira Matsuda & yui-knk2017-09-011-3/+4
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Remove unused test classyuuji.yaginuma2017-05-261-3/+0
* Privatize unneededly protected methods in Active Support testsAkira Matsuda2016-12-241-2/+2
* use `message` that specified in argument to error messageyuuji.yaginuma2016-08-311-0/+9
* use `inspect` for show `from` valueyuuji.yaginuma2016-08-291-0/+9
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-29/+29
* Introduce `assert_changes` and `assert_no_changes`Genadi Samokovarov2016-07-171-0/+106
* Make `assert_difference` return the result of the yielded block.Lucas Mazza2015-09-241-0/+8
* Remove alias for `i_suck_and_my_tests_are_order_dependent`.Guo Xiang Tan2015-03-241-11/+0
* Change the default test order from `:sorted` to `:random`Rafael Mendonça França2015-01-041-13/+11
* Default to sorting user's test cases for nowGodfrey Chan2014-09-081-0/+47
* Move as/test_test to as/test_case_testZachary Scott2014-08-191-0/+174
* Remove active_support/testing/pending.rb was deprecated.kennyj2013-06-011-11/+0
* Updates to make rails 4 happy with minitest 5:Ryan Davis2013-05-061-110/+0
* Fix failures in AS with minitest 4.7.4Carlos Antonio da Silva2013-05-011-0/+3
* Properly deprecate #pending from AS::TestCaseCarlos Antonio da Silva2012-11-181-0/+6
* Make the tests pass with minitest 4.2Rafael Mendonça França2012-11-051-0/+3
* Exceptions like Interrupt should not be rescued.James Mead2012-05-281-8/+50
* make sure the test case name is nilAaron Patterson2012-01-061-0/+8
* No need to check if MiniTest::Assertions is definedRafael Mendonça França2012-01-061-32/+30
* fixing test case test on 1.9.3devAaron Patterson2011-03-011-0/+4
* calling correct method on minitest for test name when teardown callback failsAaron Patterson2010-10-041-0/+19
* [#5406 state:resolved] calling the correct method on minitest to obtain the t...Aaron Patterson2010-10-041-0/+38