You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
… `RefuteEmpty`
Fixesrubocop#150.
This PR fixes a false positive for `Minitest/AssertEmpty` and `RefuteEmpty` cops
when using `empty` method with any arguments.
RuboCop::Minitest/RefuteEmpty does not correctly handle
File.empty?
.Expected behavior
RuboCop Minitest should not change the statement.
Actual behavior
RubuCop Minitest changes the code to be non-functioning
Steps to reproduce the problem
RuboCop version
The text was updated successfully, but these errors were encountered: