Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(maint) be explicit about expected exception
This removes the rspec warning "Using the `raise_error` matcher without providing a specific error or message risks false positives, since `raise_error` will match when Ruby raises a `NoMethodError`, `NameError` or `ArgumentError`, potentially allowing the expectation to pass without even executing the method you are intending to call."
- Loading branch information