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
…tCase`
Fixesrubocop#786.
This PR fixes a false negative for `Rails/ActionControllerTestCase`
when extending `ActionController::TestCase` and having a method definition.
Consider
Rails/ActionControllerTestCase
flagsC1
as an offense, but notC2
.Expected
Both
C1
andC2
should be flagged since they inherit from the obsoleteActionController::TestCase
RuboCop version
The text was updated successfully, but these errors were encountered: