class RuboCop::Cop::RSpec::MultipleExpectations

def max_expectations

def max_expectations
  Integer(cop_config.fetch('Max', 1))
end