Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use assert_raises instead of assert_raise
If minitest_tu_shim is installed, then minitest will be used instead of test-unit resulting in deprecation warnings for assert_raise. Use assert_raises because it works with both test-unit and minitest.
- Loading branch information