module RuboCop::RSpec::Language
Contains node matchers for common RSpec
DSL.
RSpec
allows for configuring aliases for commonly used DSL elements, e.g. example groups and hooks. It is possible to configure RuboCop
RSpec
to be able to properly detect these elements in the ‘RSpec/Language` section of the RuboCop
YAML configuration file.
In addition to providing useful matchers, this class is responsible for using the configured aliases.