• Y
    correctly check error message · c42bd319
    yuuji.yaginuma 提交于
    `assert_raise` does not check error message. However, in some tests,
    it seems like expecting error message checking with `assert_raise`.
    Instead of specifying an error message in `assert_raise`, modify to use
    another assert to check the error message.
    c42bd319
dependencies_test.rb 35.4 KB