Module: RuboCop::RSpec::Language::Includes

Defined in:
lib/rubocop/rspec/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