Module: RuboCop::RSpec::Language

Included in:
Cop::RSpec::Cop, Concept
Defined in:
lib/rubocop/rspec/language.rb,
lib/rubocop/rspec/language/node_pattern.rb

Overview

RSpec public API methods that are commonly used in cops

Defined Under Namespace

Modules: ExampleGroups, Examples, Expectations, Helpers, Hooks, Includes, Matchers, NodePattern, SharedGroups, Subject Classes: SelectorSet

Constant Summary collapse

ALL =
ExampleGroups::ALL +
SharedGroups::ALL  +
Examples::ALL      +
Hooks::ALL         +
Helpers::ALL       +
Subject::ALL       +
Expectations::ALL