Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Jan 30, 2023
1 parent f633c9e commit 9600434
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

## master (unreleased)

### New features

* [#220](https://github.com/rubocop/rubocop-minitest/issues/220): Add new `Minitest/NonPublicTestMethod` cop. ([@fatkodima][])

### Bug fixes

* [#237](https://github.com/rubocop/rubocop-minitest/pull/237): Fix a false positive for `Minitest/UselessAssertion` when using command execution. ([@fatkodima][])

### Changes

* [#234](https://github.com/rubocop/rubocop-minitest/pull/234): Mark `Minitest/AssertTruthy` as unsafe. ([@koic][])
* [#233](https://github.com/rubocop/rubocop-minitest/pull/233): Mark `Minitest/RefuteFalse` as unsafe. ([@koic][])
* [#231](https://github.com/rubocop/rubocop-minitest/pull/231): Change what is considered a test case by `rubocop-minitest` (`public` method without arguments with `test_` name prefix). ([@fatkodima][])

## 0.26.1 (2023-01-17)

### Bug fixes
Expand Down
1 change: 0 additions & 1 deletion changelog/change_mark_minitest_assert_truthy_as_unsafe.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/change_mark_minitest_refute_false_as_unsafe.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/change_what_is_considered_a_test_case.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/fix_useless_assertion_for_commands.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/new_non_public_test_method_cop.md

This file was deleted.

0 comments on commit 9600434

Please sign in to comment.