Table of Contents - rubocop-rspec-1.33.0 Documentation
Pages
- MIT-LICENSE
-
README
- RuboCop RSpec
- Installation
- Usage
- RuboCop configuration file
- Command line
- Rake task
- Code Climate
- Documentation
- Inspecting files that don't end with
_spec.rb
- The Cops
- Non-goals of RuboCop RSpec
- Enforcing
should
vs.expect
syntax - Enforcing an explicit RSpec receiver for top-level methods (disabling monkey patching)
- Contributing
- License
Classes and Modules
- RuboCop
- RuboCop::Cop
- RuboCop::Cop::Layout
- RuboCop::Cop::Layout::ExtraSpacing
- RuboCop::Cop::RSpec
- RuboCop::Cop::RSpec::AlignLeftLetBrace
- RuboCop::Cop::RSpec::AlignRightLetBrace
- RuboCop::Cop::RSpec::AnyInstance
- RuboCop::Cop::RSpec::AroundBlock
- RuboCop::Cop::RSpec::Be
- RuboCop::Cop::RSpec::BeEql
- RuboCop::Cop::RSpec::BeforeAfterAll
- RuboCop::Cop::RSpec::Capybara
- RuboCop::Cop::RSpec::Capybara::CurrentPathExpectation
- RuboCop::Cop::RSpec::Capybara::FeatureMethods
- RuboCop::Cop::RSpec::ContextWording
- RuboCop::Cop::RSpec::Cop
- RuboCop::Cop::RSpec::DescribeClass
- RuboCop::Cop::RSpec::DescribeMethod
- RuboCop::Cop::RSpec::DescribeSymbol
- RuboCop::Cop::RSpec::DescribedClass
- RuboCop::Cop::RSpec::Dialect
- RuboCop::Cop::RSpec::EmptyExampleGroup
- RuboCop::Cop::RSpec::EmptyLineAfterExampleGroup
- RuboCop::Cop::RSpec::EmptyLineAfterFinalLet
- RuboCop::Cop::RSpec::EmptyLineAfterHook
- RuboCop::Cop::RSpec::EmptyLineAfterSubject
- RuboCop::Cop::RSpec::ExampleLength
- RuboCop::Cop::RSpec::ExampleWithoutDescription
- RuboCop::Cop::RSpec::ExampleWording
- RuboCop::Cop::RSpec::ExpectActual
- RuboCop::Cop::RSpec::ExpectChange
- RuboCop::Cop::RSpec::ExpectInHook
- RuboCop::Cop::RSpec::ExpectOutput
- RuboCop::Cop::RSpec::ExplicitHelper
- RuboCop::Cop::RSpec::FactoryBot
- RuboCop::Cop::RSpec::FactoryBot::AttributeDefinedStatically
- RuboCop::Cop::RSpec::FactoryBot::CreateList
- RuboCop::Cop::RSpec::FactoryBot::CreateList::Corrector
- RuboCop::Cop::RSpec::FactoryBot::CreateList::CreateListCorrector
- RuboCop::Cop::RSpec::FactoryBot::CreateList::TimesCorrector
- RuboCop::Cop::RSpec::FilePath
- RuboCop::Cop::RSpec::Focus
- RuboCop::Cop::RSpec::HookArgument
- RuboCop::Cop::RSpec::HooksBeforeExamples
- RuboCop::Cop::RSpec::ImplicitExpect
- RuboCop::Cop::RSpec::ImplicitSubject
- RuboCop::Cop::RSpec::InflectedHelper
- RuboCop::Cop::RSpec::InstanceSpy
- RuboCop::Cop::RSpec::InstanceVariable
- RuboCop::Cop::RSpec::InvalidPredicateMatcher
- RuboCop::Cop::RSpec::ItBehavesLike
- RuboCop::Cop::RSpec::IteratedExpectation
- RuboCop::Cop::RSpec::LeadingSubject
- RuboCop::Cop::RSpec::LetBeforeExamples
- RuboCop::Cop::RSpec::LetSetup
- RuboCop::Cop::RSpec::MessageChain
- RuboCop::Cop::RSpec::MessageExpectation
- RuboCop::Cop::RSpec::MessageSpies
- RuboCop::Cop::RSpec::MissingExampleGroupArgument
- RuboCop::Cop::RSpec::MultipleDescribes
- RuboCop::Cop::RSpec::MultipleExpectations
- RuboCop::Cop::RSpec::MultipleSubjects
- RuboCop::Cop::RSpec::NamedSubject
- RuboCop::Cop::RSpec::NestedGroups
- RuboCop::Cop::RSpec::NotToNot
- RuboCop::Cop::RSpec::OverwritingSetup
- RuboCop::Cop::RSpec::Pending
- RuboCop::Cop::RSpec::PredicateMatcher
- RuboCop::Cop::RSpec::Rails
- RuboCop::Cop::RSpec::Rails::HttpStatus
- RuboCop::Cop::RSpec::Rails::HttpStatus::NumericStyleChecker
- RuboCop::Cop::RSpec::Rails::HttpStatus::SymbolicStyleChecker
- RuboCop::Cop::RSpec::ReceiveCounts
- RuboCop::Cop::RSpec::ReceiveNever
- RuboCop::Cop::RSpec::RepeatedDescription
- RuboCop::Cop::RSpec::RepeatedExample
- RuboCop::Cop::RSpec::ReturnFromStub
- RuboCop::Cop::RSpec::ReturnFromStub::AndReturnCallCorrector
- RuboCop::Cop::RSpec::ReturnFromStub::BlockBodyCorrector
- RuboCop::Cop::RSpec::ScatteredLet
- RuboCop::Cop::RSpec::ScatteredSetup
- RuboCop::Cop::RSpec::SharedContext
- RuboCop::Cop::RSpec::SharedExamples
- RuboCop::Cop::RSpec::SharedExamples::Checker
- RuboCop::Cop::RSpec::SingleArgumentMessageChain
- RuboCop::Cop::RSpec::SubjectStub
- RuboCop::Cop::RSpec::UnspecifiedException
- RuboCop::Cop::RSpec::VerifiedDoubles
- RuboCop::Cop::RSpec::VoidExpect
- RuboCop::Cop::RSpec::Yield
- RuboCop::Cop::WorkaroundCop
- RuboCop::RSpec
- RuboCop::RSpec::AlignLetBrace
- RuboCop::RSpec::BlankLineSeparation
- RuboCop::RSpec::Concept
- RuboCop::RSpec::ConfigFormatter
- RuboCop::RSpec::DescriptionExtractor
- RuboCop::RSpec::DescriptionExtractor::CodeObject
- RuboCop::RSpec::Example
- RuboCop::RSpec::ExampleGroup
- RuboCop::RSpec::FactoryBot
- RuboCop::RSpec::FinalEndLocation
- RuboCop::RSpec::Hook
- RuboCop::RSpec::Inject
- RuboCop::RSpec::Language
- RuboCop::RSpec::Language::ExampleGroups
- RuboCop::RSpec::Language::Examples
- RuboCop::RSpec::Language::Expectations
- RuboCop::RSpec::Language::Helpers
- RuboCop::RSpec::Language::Hooks
- RuboCop::RSpec::Language::Includes
- RuboCop::RSpec::Language::NodePattern
- RuboCop::RSpec::Language::Runners
- RuboCop::RSpec::Language::SelectorSet
- RuboCop::RSpec::Language::SharedGroups
- RuboCop::RSpec::Language::Subject
- RuboCop::RSpec::Node
- RuboCop::RSpec::TopLevelDescribe
- RuboCop::RSpec::Util
- RuboCop::RSpec::Version
- RuboCop::RSpec::Wording
Methods
- ::< — RuboCop::Cop::WorkaroundCop
- ::attribute_defining_methods — RuboCop::RSpec::FactoryBot
- ::autocorrect_incompatible_with — RuboCop::Cop::Layout::ExtraSpacing
- ::autocorrect_incompatible_with — RuboCop::Cop::RSpec::AlignLeftLetBrace
- ::autocorrect_incompatible_with — RuboCop::Cop::RSpec::AlignRightLetBrace
- ::defaults! — RuboCop::RSpec::Inject
- ::inherited — RuboCop::Cop::WorkaroundCop
- ::inherited — RuboCop::Cop::RSpec::Cop
- ::new — RuboCop::Cop::RSpec::FactoryBot::CreateList::TimesCorrector
- ::new — RuboCop::Cop::RSpec::FactoryBot::CreateList::CreateListCorrector
- ::new — RuboCop::Cop::RSpec::Rails::HttpStatus::SymbolicStyleChecker
- ::new — RuboCop::Cop::RSpec::Rails::HttpStatus::NumericStyleChecker
- ::new — RuboCop::Cop::RSpec::ReturnFromStub::AndReturnCallCorrector
- ::new — RuboCop::Cop::RSpec::ReturnFromStub::BlockBodyCorrector
- ::new — RuboCop::Cop::RSpec::SharedExamples::Checker
- ::new — RuboCop::RSpec::AlignLetBrace
- ::new — RuboCop::RSpec::Concept
- ::new — RuboCop::RSpec::ConfigFormatter
- ::new — RuboCop::RSpec::DescriptionExtractor
- ::new — RuboCop::RSpec::DescriptionExtractor::CodeObject
- ::new — RuboCop::RSpec::Language::SelectorSet
- ::new — RuboCop::RSpec::Wording
- ::reserved_methods — RuboCop::RSpec::FactoryBot
- #+ — RuboCop::RSpec::Language::SelectorSet
- #== — RuboCop::RSpec::Concept
- #== — RuboCop::RSpec::Language::SelectorSet
- #abstract? — RuboCop::RSpec::DescriptionExtractor::CodeObject
- #add_no_arg_offense — RuboCop::Cop::RSpec::AroundBlock
- #add_shared_item_offense — RuboCop::Cop::RSpec::SharedContext
- #add_wording_offense — RuboCop::Cop::RSpec::ExampleWording
- #adjacent_let_chunks — RuboCop::RSpec::AlignLetBrace
- #aggregated_failures_by_default? — RuboCop::Cop::RSpec::MultipleExpectations
- #all_cops_config — RuboCop::Cop::RSpec::Cop
- #allowed_by_style? — RuboCop::Cop::RSpec::ImplicitSubject
- #analyzable_hooks — RuboCop::Cop::RSpec::ScatteredSetup
- #append_suffix — RuboCop::RSpec::Wording
- #args_loc — RuboCop::Cop::RSpec::PredicateMatcher
- #argument_range — RuboCop::Cop::RSpec::HookArgument
- #assignment_only? — RuboCop::Cop::RSpec::InstanceVariable
- #association? — RuboCop::Cop::RSpec::FactoryBot::AttributeDefinedStatically
- #attribute_defining_method? — RuboCop::Cop::RSpec::FactoryBot::AttributeDefinedStatically
- #autocorrect — RuboCop::Cop::RSpec::AlignLeftLetBrace
- #autocorrect — RuboCop::Cop::RSpec::AlignRightLetBrace
- #autocorrect — RuboCop::Cop::RSpec::BeEql
- #autocorrect — RuboCop::Cop::RSpec::Capybara::CurrentPathExpectation
- #autocorrect — RuboCop::Cop::RSpec::Capybara::FeatureMethods
- #autocorrect — RuboCop::Cop::RSpec::DescribedClass
- #autocorrect — RuboCop::Cop::RSpec::Dialect
- #autocorrect — RuboCop::Cop::RSpec::ExampleWording
- #autocorrect — RuboCop::Cop::RSpec::ExpectChange
- #autocorrect — RuboCop::Cop::RSpec::FactoryBot::AttributeDefinedStatically
- #autocorrect — RuboCop::Cop::RSpec::FactoryBot::CreateList
- #autocorrect — RuboCop::Cop::RSpec::HookArgument
- #autocorrect — RuboCop::Cop::RSpec::HooksBeforeExamples
- #autocorrect — RuboCop::Cop::RSpec::ImplicitExpect
- #autocorrect — RuboCop::Cop::RSpec::ImplicitSubject
- #autocorrect — RuboCop::Cop::RSpec::InstanceSpy
- #autocorrect — RuboCop::Cop::RSpec::ItBehavesLike
- #autocorrect — RuboCop::Cop::RSpec::LeadingSubject
- #autocorrect — RuboCop::Cop::RSpec::LetBeforeExamples
- #autocorrect — RuboCop::Cop::RSpec::MultipleSubjects
- #autocorrect — RuboCop::Cop::RSpec::NotToNot
- #autocorrect — RuboCop::Cop::RSpec::PredicateMatcher
- #autocorrect — RuboCop::Cop::RSpec::Rails::HttpStatus
- #autocorrect — RuboCop::Cop::RSpec::ReceiveCounts
- #autocorrect — RuboCop::Cop::RSpec::ReceiveNever
- #autocorrect — RuboCop::Cop::RSpec::ReturnFromStub
- #autocorrect — RuboCop::Cop::RSpec::SharedContext
- #autocorrect — RuboCop::Cop::RSpec::SharedExamples
- #autocorrect — RuboCop::Cop::RSpec::SingleArgumentMessageChain
- #autocorrect — RuboCop::Cop::RSpec::Yield
- #autocorrect — RuboCop::RSpec::BlankLineSeparation
- #autocorrect_array_arg — RuboCop::Cop::RSpec::SingleArgumentMessageChain
- #autocorrect_block_to_method_call — RuboCop::Cop::RSpec::ExpectChange
- #autocorrect_explicit — RuboCop::Cop::RSpec::ExplicitHelper
- #autocorrect_explicit_block — RuboCop::Cop::RSpec::ExplicitHelper
- #autocorrect_explicit_send — RuboCop::Cop::RSpec::ExplicitHelper
- #autocorrect_hash_arg — RuboCop::Cop::RSpec::SingleArgumentMessageChain
- #autocorrect_inflected — RuboCop::Cop::RSpec::InflectedHelper
- #autocorrect_method_call_to_block — RuboCop::Cop::RSpec::ExpectChange
- #autocorrect_replacing_parens — RuboCop::Cop::RSpec::FactoryBot::AttributeDefinedStatically
- #autocorrect_without_parens — RuboCop::Cop::RSpec::FactoryBot::AttributeDefinedStatically
- #bad_prefix? — RuboCop::Cop::RSpec::ContextWording
- #block_loc — RuboCop::Cop::RSpec::PredicateMatcher
- #block_pattern — RuboCop::RSpec::Language::SelectorSet
- #block_range — RuboCop::Cop::RSpec::Yield
- #block_with_args? — RuboCop::Cop::RSpec::UnspecifiedException
- #boolean_matcher? — RuboCop::Cop::RSpec::InflectedHelper
- #braces — RuboCop::Cop::RSpec::FactoryBot::AttributeDefinedStatically
- #build_arguments — RuboCop::Cop::RSpec::FactoryBot::CreateList::CreateListCorrector
- #build_options_string — RuboCop::Cop::RSpec::FactoryBot::CreateList::Corrector
- #call — RuboCop::Cop::RSpec::FactoryBot::CreateList::TimesCorrector
- #call — RuboCop::Cop::RSpec::FactoryBot::CreateList::CreateListCorrector
- #call — RuboCop::Cop::RSpec::ReturnFromStub::AndReturnCallCorrector
- #call — RuboCop::Cop::RSpec::ReturnFromStub::BlockBodyCorrector
- #call_replacement — RuboCop::Cop::RSpec::FactoryBot::CreateList::CreateListCorrector
- #call_with_block_replacement — RuboCop::Cop::RSpec::FactoryBot::CreateList::CreateListCorrector
- #calling_block? — RuboCop::Cop::RSpec::Yield
- #camel_to_snake_case — RuboCop::Cop::RSpec::FilePath
- #check_and_return_call — RuboCop::Cop::RSpec::ReturnFromStub
- #check_block_body — RuboCop::Cop::RSpec::ReturnFromStub
- #check_example_without_description — RuboCop::Cop::RSpec::ExampleWithoutDescription
- #check_expect — RuboCop::Cop::RSpec::VoidExpect
- #check_explicit — RuboCop::Cop::RSpec::ExplicitHelper
- #check_for_unused_proxy — RuboCop::Cop::RSpec::AroundBlock
- #check_hooks — RuboCop::Cop::RSpec::HooksBeforeExamples
- #check_implicit — RuboCop::Cop::RSpec::HookArgument
- #check_inflected — RuboCop::Cop::RSpec::InflectedHelper
- #check_let_declarations — RuboCop::Cop::RSpec::LetBeforeExamples
- #check_let_declarations — RuboCop::Cop::RSpec::ScatteredLet
- #check_previous_nodes — RuboCop::Cop::RSpec::LeadingSubject
- #checker_class — RuboCop::Cop::RSpec::Rails::HttpStatus
- #class_documentation? — RuboCop::RSpec::DescriptionExtractor::CodeObject
- #code_length — RuboCop::Cop::RSpec::ExampleLength
- #common_setup? — RuboCop::Cop::RSpec::OverwritingSetup
- #complex_literal? — RuboCop::Cop::RSpec::ExpectActual
- #configuration — RuboCop::RSpec::DescriptionExtractor::CodeObject
- #contains_only_factory? — RuboCop::Cop::RSpec::FactoryBot::CreateList
- #context_with_only_examples — RuboCop::Cop::RSpec::SharedContext
- #convert_block_to_yield — RuboCop::Cop::RSpec::Yield
- #convert_regexp_str_to_literal — RuboCop::Cop::RSpec::Capybara::CurrentPathExpectation
- #cop_name — RuboCop::RSpec::DescriptionExtractor::CodeObject
- #cop_subclass? — RuboCop::RSpec::DescriptionExtractor::CodeObject
- #cops — RuboCop::RSpec::ConfigFormatter
- #corrector_explicit — RuboCop::Cop::RSpec::ExplicitHelper
- #custom_http_status_code? — RuboCop::Cop::RSpec::Rails::HttpStatus::SymbolicStyleChecker
- #custom_include? — RuboCop::Cop::RSpec::EmptyExampleGroup
- #custom_include_methods — RuboCop::Cop::RSpec::EmptyExampleGroup
- #custom_transform — RuboCop::Cop::RSpec::ExampleWording
- #custom_transform — RuboCop::Cop::RSpec::FilePath
- #definition — RuboCop::RSpec::Example
- #describe_statement_children — RuboCop::RSpec::TopLevelDescribe
- #description — RuboCop::RSpec::DescriptionExtractor::CodeObject
- #disallow_empty_description? — RuboCop::Cop::RSpec::ExampleWithoutDescription
- #doc_string — RuboCop::RSpec::Example
- #documented_constant — RuboCop::RSpec::DescriptionExtractor::CodeObject
- #dump — RuboCop::RSpec::ConfigFormatter
- #dynamic? — RuboCop::Cop::RSpec::ReturnFromStub
- #empty_exception_matcher? — RuboCop::Cop::RSpec::UnspecifiedException
- #enabled? — RuboCop::Cop::RSpec::Capybara::FeatureMethods
- #enabled_methods — RuboCop::Cop::RSpec::Capybara::FeatureMethods
- #eql? — RuboCop::RSpec::Concept
- #error_message — RuboCop::Cop::RSpec::MessageSpies
- #example? — RuboCop::RSpec::Hook
- #example_signature — RuboCop::Cop::RSpec::RepeatedExample
- #example_with_aggregated_failures? — RuboCop::Cop::RSpec::MultipleExpectations
- #examples — RuboCop::RSpec::ExampleGroup
- #examples_in_scope — RuboCop::RSpec::ExampleGroup
- #examples_with_only_context — RuboCop::Cop::RSpec::SharedContext
- #expectation? — RuboCop::Cop::RSpec::SubjectStub
- #expected_path — RuboCop::Cop::RSpec::FilePath
- #explicit_message — RuboCop::Cop::RSpec::HookArgument
- #factory_key? — RuboCop::Cop::RSpec::FactoryBot::AttributeDefinedStatically
- #filename_ends_with? — RuboCop::Cop::RSpec::FilePath
- #final_end_location — RuboCop::RSpec::FinalEndLocation
- #find_duplicates — RuboCop::Cop::RSpec::OverwritingSetup
- #find_examples — RuboCop::RSpec::ExampleGroup
- #find_expectation — RuboCop::Cop::RSpec::MultipleExpectations
- #find_first_example — RuboCop::Cop::RSpec::HooksBeforeExamples
- #find_first_example — RuboCop::Cop::RSpec::LetBeforeExamples
- #find_first_offending_node — RuboCop::Cop::RSpec::LeadingSubject
- #find_hooks — RuboCop::RSpec::ExampleGroup
- #find_nested_contexts — RuboCop::Cop::RSpec::NestedGroups
- #find_subject — RuboCop::Cop::RSpec::SubjectStub
- #find_subject_expectation — RuboCop::Cop::RSpec::SubjectStub
- #find_subject_stub — RuboCop::Cop::RSpec::SubjectStub
- #find_subjects — RuboCop::RSpec::ExampleGroup
- #find_usage — RuboCop::Cop::RSpec::DescribedClass
- #flag_example — RuboCop::Cop::RSpec::MultipleExpectations
- #focus_metadata — RuboCop::Cop::RSpec::Focus
- #format_block — RuboCop::Cop::RSpec::FactoryBot::CreateList::CreateListCorrector
- #format_method_call — RuboCop::Cop::RSpec::FactoryBot::CreateList::Corrector
- #format_multiline_block — RuboCop::Cop::RSpec::FactoryBot::CreateList::CreateListCorrector
- #format_receiver — RuboCop::Cop::RSpec::FactoryBot::CreateList::Corrector
- #format_singeline_block — RuboCop::Cop::RSpec::FactoryBot::CreateList::CreateListCorrector
- #generate_n_times_block — RuboCop::Cop::RSpec::FactoryBot::CreateList::TimesCorrector
- #generate_replacement — RuboCop::Cop::RSpec::Yield
- #glob_for — RuboCop::Cop::RSpec::FilePath
- #hash — RuboCop::RSpec::Concept
- #hash_without_braces? — RuboCop::Cop::RSpec::ReturnFromStub::AndReturnCallCorrector
- #heredoc? — RuboCop::Cop::RSpec::ReturnFromStub::AndReturnCallCorrector
- #heredoc? — RuboCop::Cop::RSpec::ReturnFromStub::BlockBodyCorrector
- #hook — RuboCop::Cop::RSpec::HookArgument
- #hooks — RuboCop::RSpec::ExampleGroup
- #hooks_in_scope — RuboCop::RSpec::ExampleGroup
- #ignore_methods? — RuboCop::Cop::RSpec::FilePath
- #ignored_shared_example? — RuboCop::Cop::RSpec::NamedSubject
- #ignored_word? — RuboCop::RSpec::Wording
- #ignored_words — RuboCop::Cop::RSpec::ExampleWording
- #implementation — RuboCop::RSpec::Example
- #implicit_style? — RuboCop::Cop::RSpec::HookArgument
- #in_spec_block? — RuboCop::Cop::RSpec::EmptyLineAfterSubject
- #in_spec_block? — RuboCop::Cop::RSpec::LeadingSubject
- #include? — RuboCop::RSpec::Language::SelectorSet
- #indent_for — RuboCop::RSpec::AlignLetBrace
- #inside_dynamic_class? — RuboCop::Cop::RSpec::InstanceVariable
- #inside_example_scope? — RuboCop::Cop::RSpec::ExpectOutput
- #inside_spec? — RuboCop::Cop::RSpec::Capybara::FeatureMethods
- #investigate — RuboCop::Cop::RSpec::AlignLeftLetBrace
- #investigate — RuboCop::Cop::RSpec::AlignRightLetBrace
- #is_expected_range — RuboCop::Cop::RSpec::ImplicitExpect
- #joined_prefixes — RuboCop::Cop::RSpec::ContextWording
- #key_to_arg — RuboCop::Cop::RSpec::SingleArgumentMessageChain
- #knowable_scope? — RuboCop::RSpec::Hook
- #last_child? — RuboCop::RSpec::BlankLineSeparation
- #let_group_for — RuboCop::RSpec::AlignLetBrace
- #let_token — RuboCop::RSpec::AlignLetBrace
- #literal? — RuboCop::Cop::RSpec::ExpectActual
- #matcher_for — RuboCop::Cop::RSpec::ReceiveCounts
- #max_expectations — RuboCop::Cop::RSpec::MultipleExpectations
- #max_nesting — RuboCop::Cop::RSpec::NestedGroups
- #max_nesting_config — RuboCop::Cop::RSpec::NestedGroups
- #message — RuboCop::Cop::RSpec::ContextWording
- #message — RuboCop::Cop::RSpec::DescribedClass
- #message — RuboCop::Cop::RSpec::Dialect
- #message — RuboCop::Cop::RSpec::ExampleLength
- #message — RuboCop::Cop::RSpec::ExpectInHook
- #message — RuboCop::Cop::RSpec::InvalidPredicateMatcher
- #message — RuboCop::Cop::RSpec::ItBehavesLike
- #message — RuboCop::Cop::RSpec::MessageChain
- #message — RuboCop::Cop::RSpec::NestedGroups
- #message — RuboCop::Cop::RSpec::NotToNot
- #message — RuboCop::Cop::RSpec::Rails::HttpStatus::SymbolicStyleChecker
- #message — RuboCop::Cop::RSpec::Rails::HttpStatus::NumericStyleChecker
- #message — RuboCop::Cop::RSpec::SharedExamples::Checker
- #message — RuboCop::Cop::RSpec::SingleArgumentMessageChain
- #message_explicit — RuboCop::Cop::RSpec::ExplicitHelper
- #message_for — RuboCop::Cop::RSpec::ReceiveCounts
- #message_inflected — RuboCop::Cop::RSpec::InflectedHelper
- #metadata — RuboCop::RSpec::Example
- #missing_separating_line — RuboCop::RSpec::BlankLineSeparation
- #move_predicate — RuboCop::Cop::RSpec::ExplicitHelper
- #multiline_block? — RuboCop::Cop::RSpec::HooksBeforeExamples
- #multiline_block? — RuboCop::Cop::RSpec::LetBeforeExamples
- #name — RuboCop::RSpec::Hook
- #name_glob — RuboCop::Cop::RSpec::FilePath
- #named_subject? — RuboCop::Cop::RSpec::MultipleSubjects
- #node_pattern — RuboCop::RSpec::Language::SelectorSet
- #node_pattern_union — RuboCop::RSpec::Language::SelectorSet
- #node_range — RuboCop::Cop::RSpec::HooksBeforeExamples
- #node_range — RuboCop::Cop::RSpec::LeadingSubject
- #node_range — RuboCop::Cop::RSpec::LetBeforeExamples
- #node_range_with_surrounding_space — RuboCop::Cop::RSpec::HooksBeforeExamples
- #node_range_with_surrounding_space — RuboCop::Cop::RSpec::LetBeforeExamples
- #number — RuboCop::Cop::RSpec::Rails::HttpStatus::SymbolicStyleChecker
- #number — RuboCop::Cop::RSpec::Rails::HttpStatus::NumericStyleChecker
- #offending? — RuboCop::Cop::RSpec::LeadingSubject
- #offending_expect — RuboCop::Cop::RSpec::ImplicitExpect
- #offending_loc — RuboCop::RSpec::BlankLineSeparation
- #offending_tokens — RuboCop::RSpec::AlignLetBrace
- #offense_message — RuboCop::Cop::RSpec::ImplicitExpect
- #offensive? — RuboCop::Cop::RSpec::DescribedClass
- #offensive? — RuboCop::Cop::RSpec::Rails::HttpStatus::SymbolicStyleChecker
- #offensive? — RuboCop::Cop::RSpec::Rails::HttpStatus::NumericStyleChecker
- #offensive_receiver? — RuboCop::Cop::RSpec::FactoryBot::AttributeDefinedStatically
- #on_block — RuboCop::Cop::RSpec::AroundBlock
- #on_block — RuboCop::Cop::RSpec::Capybara::FeatureMethods
- #on_block — RuboCop::Cop::RSpec::ContextWording
- #on_block — RuboCop::Cop::RSpec::DescribedClass
- #on_block — RuboCop::Cop::RSpec::EmptyExampleGroup
- #on_block — RuboCop::Cop::RSpec::EmptyLineAfterExampleGroup
- #on_block — RuboCop::Cop::RSpec::EmptyLineAfterFinalLet
- #on_block — RuboCop::Cop::RSpec::EmptyLineAfterHook
- #on_block — RuboCop::Cop::RSpec::EmptyLineAfterSubject
- #on_block — RuboCop::Cop::RSpec::ExampleLength
- #on_block — RuboCop::Cop::RSpec::ExampleWithoutDescription
- #on_block — RuboCop::Cop::RSpec::ExampleWording
- #on_block — RuboCop::Cop::RSpec::ExpectChange
- #on_block — RuboCop::Cop::RSpec::ExpectInHook
- #on_block — RuboCop::Cop::RSpec::FactoryBot::AttributeDefinedStatically
- #on_block — RuboCop::Cop::RSpec::FactoryBot::CreateList
- #on_block — RuboCop::Cop::RSpec::HookArgument
- #on_block — RuboCop::Cop::RSpec::HooksBeforeExamples
- #on_block — RuboCop::Cop::RSpec::InstanceSpy
- #on_block — RuboCop::Cop::RSpec::InstanceVariable
- #on_block — RuboCop::Cop::RSpec::IteratedExpectation
- #on_block — RuboCop::Cop::RSpec::LeadingSubject
- #on_block — RuboCop::Cop::RSpec::LetBeforeExamples
- #on_block — RuboCop::Cop::RSpec::LetSetup
- #on_block — RuboCop::Cop::RSpec::MissingExampleGroupArgument
- #on_block — RuboCop::Cop::RSpec::MultipleExpectations
- #on_block — RuboCop::Cop::RSpec::MultipleSubjects
- #on_block — RuboCop::Cop::RSpec::NamedSubject
- #on_block — RuboCop::Cop::RSpec::OverwritingSetup
- #on_block — RuboCop::Cop::RSpec::PredicateMatcher
- #on_block — RuboCop::Cop::RSpec::RepeatedDescription
- #on_block — RuboCop::Cop::RSpec::RepeatedExample
- #on_block — RuboCop::Cop::RSpec::ReturnFromStub
- #on_block — RuboCop::Cop::RSpec::ScatteredLet
- #on_block — RuboCop::Cop::RSpec::ScatteredSetup
- #on_block — RuboCop::Cop::RSpec::SharedContext
- #on_block — RuboCop::Cop::RSpec::SubjectStub
- #on_block — RuboCop::Cop::RSpec::VoidExpect
- #on_block — RuboCop::Cop::RSpec::Yield
- #on_gvasgn — RuboCop::Cop::RSpec::ExpectOutput
- #on_send — RuboCop::Cop::RSpec::AnyInstance
- #on_send — RuboCop::Cop::RSpec::Be
- #on_send — RuboCop::Cop::RSpec::BeEql
- #on_send — RuboCop::Cop::RSpec::BeforeAfterAll
- #on_send — RuboCop::Cop::RSpec::Capybara::CurrentPathExpectation
- #on_send — RuboCop::Cop::RSpec::DescribeSymbol
- #on_send — RuboCop::Cop::RSpec::Dialect
- #on_send — RuboCop::Cop::RSpec::ExpectActual
- #on_send — RuboCop::Cop::RSpec::ExpectChange
- #on_send — RuboCop::Cop::RSpec::FactoryBot::CreateList
- #on_send — RuboCop::Cop::RSpec::Focus
- #on_send — RuboCop::Cop::RSpec::ImplicitExpect
- #on_send — RuboCop::Cop::RSpec::ImplicitSubject
- #on_send — RuboCop::Cop::RSpec::InvalidPredicateMatcher
- #on_send — RuboCop::Cop::RSpec::ItBehavesLike
- #on_send — RuboCop::Cop::RSpec::MessageChain
- #on_send — RuboCop::Cop::RSpec::MessageExpectation
- #on_send — RuboCop::Cop::RSpec::MessageSpies
- #on_send — RuboCop::Cop::RSpec::NotToNot
- #on_send — RuboCop::Cop::RSpec::Pending
- #on_send — RuboCop::Cop::RSpec::PredicateMatcher
- #on_send — RuboCop::Cop::RSpec::Rails::HttpStatus
- #on_send — RuboCop::Cop::RSpec::ReceiveCounts
- #on_send — RuboCop::Cop::RSpec::ReceiveNever
- #on_send — RuboCop::Cop::RSpec::ReturnFromStub
- #on_send — RuboCop::Cop::RSpec::SharedExamples
- #on_send — RuboCop::Cop::RSpec::SingleArgumentMessageChain
- #on_send — RuboCop::Cop::RSpec::UnspecifiedException
- #on_send — RuboCop::Cop::RSpec::VerifiedDoubles
- #on_send — RuboCop::Cop::RSpec::VoidExpect
- #on_send — RuboCop::RSpec::TopLevelDescribe
- #on_top_level_describe — RuboCop::Cop::RSpec::DescribeClass
- #on_top_level_describe — RuboCop::Cop::RSpec::DescribeMethod
- #on_top_level_describe — RuboCop::Cop::RSpec::FilePath
- #on_top_level_describe — RuboCop::Cop::RSpec::MultipleDescribes
- #on_top_level_describe — RuboCop::Cop::RSpec::NestedGroups
- #one — RuboCop::RSpec::Util
- #only_expectations? — RuboCop::Cop::RSpec::IteratedExpectation
- #predicate? — RuboCop::Cop::RSpec::InvalidPredicateMatcher
- #predicate? — RuboCop::Cop::RSpec::InflectedHelper
- #predicate_matcher_name? — RuboCop::Cop::RSpec::ExplicitHelper
- #preferred_style — RuboCop::Cop::RSpec::Rails::HttpStatus::SymbolicStyleChecker
- #preferred_style — RuboCop::Cop::RSpec::Rails::HttpStatus::NumericStyleChecker
- #preferred_style — RuboCop::Cop::RSpec::SharedExamples::Checker
- #preferred_style? — RuboCop::Cop::RSpec::MessageExpectation
- #preferred_style? — RuboCop::Cop::RSpec::MessageSpies
- #prefixes — RuboCop::Cop::RSpec::ContextWording
- #proc? — RuboCop::Cop::RSpec::FactoryBot::AttributeDefinedStatically
- #range — RuboCop::Cop::RSpec::ReceiveCounts
- #range — RuboCop::Cop::RSpec::ReturnFromStub::AndReturnCallCorrector
- #receive_message_matcher — RuboCop::Cop::RSpec::MessageSpies
- #receiver_matches_first_block_argument? — RuboCop::Cop::RSpec::FactoryBot::AttributeDefinedStatically
- #recursive_literal_or_const? — RuboCop::RSpec::Node
- #redefines_subject? — RuboCop::Cop::RSpec::SubjectStub
- #relevant_file? — RuboCop::Cop::RSpec::Cop
- #relevant_rubocop_rspec_file? — RuboCop::Cop::RSpec::Cop
- #relevant_rubocop_rspec_file? — RuboCop::Cop::RSpec::FilePath
- #remove_autocorrect — RuboCop::Cop::RSpec::MultipleSubjects
- #remove_predicate — RuboCop::Cop::RSpec::InflectedHelper
- #remove_should_and_pluralize — RuboCop::RSpec::Wording
- #rename_autocorrect — RuboCop::Cop::RSpec::MultipleSubjects
- #repeated_descriptions — RuboCop::Cop::RSpec::RepeatedDescription
- #repeated_examples — RuboCop::Cop::RSpec::RepeatedExample
- #replace_prefix — RuboCop::RSpec::Wording
- #replacement — RuboCop::Cop::RSpec::ReturnFromStub::AndReturnCallCorrector
- #replacement — RuboCop::Cop::RSpec::SingleArgumentMessageChain
- #replacement_matcher — RuboCop::Cop::RSpec::ExplicitHelper
- #replacement_source — RuboCop::Cop::RSpec::ImplicitExpect
- #replacement_text — RuboCop::Cop::RSpec::ExampleWording
- #reserved_method? — RuboCop::Cop::RSpec::FactoryBot::AttributeDefinedStatically
- #rewrite — RuboCop::RSpec::Wording
- #rewrite_expectation — RuboCop::Cop::RSpec::Capybara::CurrentPathExpectation
- #rewrite_matcher — RuboCop::Cop::RSpec::InflectedHelper
- #root_node — RuboCop::RSpec::TopLevelDescribe
- #root_node? — RuboCop::Cop::RSpec::Capybara::FeatureMethods
- #root_with_siblings? — RuboCop::Cop::RSpec::Capybara::FeatureMethods
- #routing_spec? — RuboCop::Cop::RSpec::FilePath
- #rspec_cop? — RuboCop::RSpec::DescriptionExtractor::CodeObject
- #rspec_cop_namespace? — RuboCop::RSpec::DescriptionExtractor::CodeObject
- #rspec_pattern — RuboCop::Cop::RSpec::Cop
- #rspec_pattern_config — RuboCop::Cop::RSpec::Cop
- #rspec_pattern_config? — RuboCop::Cop::RSpec::Cop
- #scope — RuboCop::RSpec::Hook
- #scope_argument — RuboCop::RSpec::Hook
- #scope_change? — RuboCop::Cop::RSpec::DescribedClass
- #scope_name — RuboCop::RSpec::Hook
- #send_pattern — RuboCop::RSpec::Language::SelectorSet
- #simple_literal? — RuboCop::Cop::RSpec::ExpectActual
- #single_element_array? — RuboCop::Cop::RSpec::SingleArgumentMessageChain
- #single_expectation? — RuboCop::Cop::RSpec::IteratedExpectation
- #single_line_lets — RuboCop::RSpec::AlignLetBrace
- #single_top_level_describe? — RuboCop::RSpec::TopLevelDescribe
- #skip_blocks? — RuboCop::Cop::RSpec::DescribedClass
- #skip_node? — RuboCop::Cop::RSpec::Pending
- #skip_symbol? — RuboCop::Cop::RSpec::Pending
- #skippable_block? — RuboCop::Cop::RSpec::DescribedClass
- #skipped_from_metadata? — RuboCop::Cop::RSpec::Pending
- #source — RuboCop::Cop::RSpec::HooksBeforeExamples
- #source — RuboCop::Cop::RSpec::LetBeforeExamples
- #subjects — RuboCop::RSpec::ExampleGroup
- #subjects_in_scope — RuboCop::RSpec::ExampleGroup
- #substitute — RuboCop::RSpec::Wording
- #symbol — RuboCop::Cop::RSpec::Rails::HttpStatus::SymbolicStyleChecker
- #symbol — RuboCop::Cop::RSpec::Rails::HttpStatus::NumericStyleChecker
- #symbol — RuboCop::Cop::RSpec::SharedExamples::Checker
- #symbol? — RuboCop::Cop::RSpec::VerifiedDoubles
- #target_column_for — RuboCop::RSpec::AlignLetBrace
- #to_h — RuboCop::RSpec::DescriptionExtractor
- #to_node — RuboCop::RSpec::Concept
- #to_predicate_matcher — RuboCop::Cop::RSpec::InflectedHelper
- #to_predicate_method — RuboCop::Cop::RSpec::ExplicitHelper
- #token_aligner — RuboCop::Cop::RSpec::AlignLeftLetBrace
- #token_aligner — RuboCop::Cop::RSpec::AlignRightLetBrace
- #top_level_describe? — RuboCop::RSpec::TopLevelDescribe
- #top_level_nodes — RuboCop::RSpec::TopLevelDescribe
- #true? — RuboCop::Cop::RSpec::InflectedHelper
- #unified_config — RuboCop::RSpec::ConfigFormatter
- #unused_let_bang — RuboCop::Cop::RSpec::LetSetup
- #uppercase? — RuboCop::RSpec::Wording
- #valid_scope? — RuboCop::RSpec::Hook
- #valid_usage? — RuboCop::Cop::RSpec::ImplicitSubject
- #valid_usage? — RuboCop::Cop::RSpec::SingleArgumentMessageChain
- #value_hash_without_braces? — RuboCop::Cop::RSpec::FactoryBot::AttributeDefinedStatically
- #void? — RuboCop::Cop::RSpec::VoidExpect
- #whitelisted_symbol? — RuboCop::Cop::RSpec::Rails::HttpStatus::NumericStyleChecker
- #wrap_with_single_quotes — RuboCop::Cop::RSpec::SharedExamples::Checker