Module: RuboCop::EightyFourCodes::Language::Includes

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

Constant Summary collapse

EXAMPLES =
SelectorSet.new(
  i[
    it_behaves_like
    it_should_behave_like
    include_examples
  ]
)
CONTEXT =
SelectorSet.new(i[include_context])
ALL =
EXAMPLES + CONTEXT