Module: RuboCop::EightyFourCodes::Language::SharedGroups

Defined in:
lib/rubocop/eightyfourcodes/language.rb

Constant Summary collapse

EXAMPLES =
SelectorSet.new(%i[shared_examples shared_examples_for])
CONTEXT =
SelectorSet.new(%i[shared_context])
ALL =
EXAMPLES + CONTEXT