1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test
Michael Grosser a9aed2ac94
improve error message when include assertions fail
assert [1, 3].includes?(2) fails with unhelpful "Asserting failed" message

assert_includes [1, 3], 2 fails with "Expected [1, 3] to include 2" which makes it easier to debug and more obvious what went wrong
2016-09-16 12:03:37 -07:00
..
abstract Fix broken alignments caused by auto-correct commit 411ccbd 2016-08-10 06:36:39 +09:00
assertions Improve assert_response helper 2016-09-14 11:30:09 -04:00
controller improve error message when include assertions fail 2016-09-16 12:03:37 -07:00
dispatch improve error message when include assertions fail 2016-09-16 12:03:37 -07:00
fixtures Fix deadlock that can occur when child live thread tries to load a constant after writing to the stream. 2016-08-15 17:10:00 -04:00
journey Add three new rubocop rules 2016-08-16 04:30:11 -03:00
lib/controller
routing applies new string literal convention in actionpack/test 2016-08-06 18:54:50 +02:00
tmp
abstract_unit.rb Fix broken comments indentation caused by rubocop auto-correct [ci skip] 2016-09-14 18:26:32 +09:00