class RuboCop::Cop::RSpec::LetBeforeExamples

def example_group_with_include_examples?(body)

def example_group_with_include_examples?(body)
  body.children.any? { |sibling| include_examples?(sibling) }
end