class RuboCop::Cop::RSpec::EmptyLineAfterExample

def allow_consecutive_one_liners?

def allow_consecutive_one_liners?
  cop_config['AllowConsecutiveOneLiners']
end