class RuboCop::Cop::RSpec::ReceiveCounts
def message_for(node, source)
def message_for(node, source) alternative = matcher_for( node.method_name, node.first_argument.source.to_i ) format(MSG, alternative: alternative, original: source) end
def message_for(node, source) alternative = matcher_for( node.method_name, node.first_argument.source.to_i ) format(MSG, alternative: alternative, original: source) end