class RuboCop::Cop::Minitest::GlobalExpectations

def preferred_method

def preferred_method
  style == :any ? :_ : style
end