class RuboCop::Cop::RSpec::StubbedMock

def msg(method_name)

def msg(method_name)
  format(MSG,
         method_name: method_name,
         replacement: replacement(method_name))
end