Skip to content

Commit

Permalink
Add entry to CHANGELOG.md for new `Minitest/AssertWithExpectedArgumen…
Browse files Browse the repository at this point in the history
…t` cop
  • Loading branch information
cstyles committed Mar 20, 2021
1 parent 835df56 commit 2d5c3e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 2d5c3e7

Please sign in to comment.