Module: RuboCop::RSpec::Language
- Included in:
- Cop::RSpec::EmptyExampleGroup, Cop::RSpec::Focus, Cop::RSpec::HookArgument, Cop::RSpec::InstanceVariable, Cop::RSpec::LeadingSubject, Cop::RSpec::LetSetup, Cop::RSpec::MultipleExpectations, Cop::RSpec::NestedGroups, Cop::RSpec::SubjectStub
- 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, Helpers, Hooks, NodePattern, SharedGroups Classes: SelectorSet
Constant Summary collapse
- ALL =
ExampleGroups::ALL + SharedGroups::ALL + Examples::ALL + Hooks::ALL + Helpers::ALL