@WilliamsTravis wherever we have an expect_error in the tests, we should use the regexp argument to ensure that we get the right error message. Otherwise there can be weird cases where you get an error, but not the one you expect, and the test still passes.
@WilliamsTravis wherever we have an
expect_error
in the tests, we should use theregexp
argument to ensure that we get the right error message. Otherwise there can be weird cases where you get an error, but not the one you expect, and the test still passes.Closes #35