class RuboCop::Cop::RSpec::ExpectInLet

def message(expect)

def message(expect)
  format(MSG, expect: expect.method_name)
end