class RuboCop::Cop::RSpec::MessageExpectation

def preferred_style?(expectation)

def preferred_style?(expectation)
  expectation.method_name.equal?(style)
end