rails/activemodel/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
..
cases improve error message when include assertions fail 2016-09-16 12:03:37 -07:00
models applies remaining conventions across the project 2016-08-06 20:20:22 +02:00
validators applies new string literal convention in activemodel/test 2016-08-06 18:38:23 +02:00