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
We currently allow lines like
test "a really really ... really long test name" do
using the Active Support declarative test style to violate
`Layout/LineLength`. It stands to reason we should also allow the
equivalent Minitest style
def test_a_really_really_..._really_long_test_name
0 commit comments