From 2d5c3e76e8f0c77bf30d7ac6243c503612d57f1b Mon Sep 17 00:00:00 2001 From: Collin Styles Date: Sat, 20 Feb 2021 20:21:59 -0800 Subject: [PATCH] Add entry to CHANGELOG.md for new `Minitest/AssertWithExpectedArgument` cop --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e478777..50362625 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ * [#118](https://github.com/rubocop/rubocop-minitest/pull/118): **(BREAKING)** Fix `Minitest/AssertEmptyLiteral` by making it check for `assert_equal([], array)` instead of `assert([], array)`. ([@cstyles][]) * [#122](https://github.com/rubocop/rubocop-minitest/pull/122): Fix `Minitest/TestMethodName` for tests with multiple assertions. ([@ghiculescu][]) +### New features + +* [#117](https://github.com/rubocop/rubocop-minitest/issues/117): Add new cop `Minitest/AssertWithExpectedArgument` to check for unintended usages of `assert` instead of `assert_equal`. ([@cstyles][]) ## 0.10.3 (2021-01-12)