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
/
test
/
test_case_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable `Lint/UselessAssignment` cop to avoid unused variable warnings (#34904)
Ryuta Kamizono
2019-01-09
1
-1
/
+1
*
added tests for assert_no_difference with multiple expressions
lxxxvi
2018-07-08
1
-0
/
+16
*
Clearer error message in assert_changes
lxxxvi
2018-05-05
1
-1
/
+1
*
Fix test class name for `Assertions` module
yuuji.yaginuma
2018-04-08
1
-1
/
+1
*
Support hash as first argument in `assert_difference`. (#31600)
Julien Meichelbeck
2018-01-18
1
-0
/
+29
*
`assert_changes` should always assert some change
Daniel Ma
2017-11-13
1
-0
/
+11
*
Use plain assert in assert_changes to avoid MT6 refutes
Genadi Samokovarov
2017-11-07
1
-2
/
+3
*
removed unnecessary semicolons
Shuhei Kitagawa
2017-10-28
1
-1
/
+1
*
Suppress "unused variable" in Ruby 2.5
Akira Matsuda & yui-knk
2017-09-01
1
-3
/
+4
*
[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
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Remove unused test class
yuuji.yaginuma
2017-05-26
1
-3
/
+0
*
Privatize unneededly protected methods in Active Support tests
Akira Matsuda
2016-12-24
1
-2
/
+2
*
use `message` that specified in argument to error message
yuuji.yaginuma
2016-08-31
1
-0
/
+9
*
use `inspect` for show `from` value
yuuji.yaginuma
2016-08-29
1
-0
/
+9
*
applies new string literal convention in activesupport/test
Xavier Noria
2016-08-06
1
-29
/
+29
*
Introduce `assert_changes` and `assert_no_changes`
Genadi Samokovarov
2016-07-17
1
-0
/
+106
*
Make `assert_difference` return the result of the yielded block.
Lucas Mazza
2015-09-24
1
-0
/
+8
*
Remove alias for `i_suck_and_my_tests_are_order_dependent`.
Guo Xiang Tan
2015-03-24
1
-11
/
+0
*
Change the default test order from `:sorted` to `:random`
Rafael Mendonça França
2015-01-04
1
-13
/
+11
*
Default to sorting user's test cases for now
Godfrey Chan
2014-09-08
1
-0
/
+47
*
Move as/test_test to as/test_case_test
Zachary Scott
2014-08-19
1
-0
/
+174
*
Remove active_support/testing/pending.rb was deprecated.
kennyj
2013-06-01
1
-11
/
+0
*
Updates to make rails 4 happy with minitest 5:
Ryan Davis
2013-05-06
1
-110
/
+0
*
Fix failures in AS with minitest 4.7.4
Carlos Antonio da Silva
2013-05-01
1
-0
/
+3
*
Properly deprecate #pending from AS::TestCase
Carlos Antonio da Silva
2012-11-18
1
-0
/
+6
*
Make the tests pass with minitest 4.2
Rafael Mendonça França
2012-11-05
1
-0
/
+3
*
Exceptions like Interrupt should not be rescued.
James Mead
2012-05-28
1
-8
/
+50
*
make sure the test case name is nil
Aaron Patterson
2012-01-06
1
-0
/
+8
*
No need to check if MiniTest::Assertions is defined
Rafael Mendonça França
2012-01-06
1
-32
/
+30
*
fixing test case test on 1.9.3dev
Aaron Patterson
2011-03-01
1
-0
/
+4
*
calling correct method on minitest for test name when teardown callback fails
Aaron Patterson
2010-10-04
1
-0
/
+19
*
[#5406 state:resolved] calling the correct method on minitest to obtain the t...
Aaron Patterson
2010-10-04
1
-0
/
+38