gem.sh gem.sh
Home Gems Types Docs Community
  • Modules

    • module RuboCop
    • module RuboCop::Cop
    • module RuboCop::Cop::Layout
    • module RuboCop::Cop::RSpec
    • module RuboCop::Cop::RSpec::Capybara
    • module RuboCop::Cop::RSpec::ExplicitHelper
    • module RuboCop::Cop::RSpec::FactoryBot
    • module RuboCop::Cop::RSpec::InflectedHelper
    • module RuboCop::RSpec
    • module RuboCop::RSpec::Capybara
    • module RuboCop::RSpec::FactoryBot
    • module RuboCop::RSpec::Inject
    • module RuboCop::RSpec::Language
    • module RuboCop::RSpec::Language::ExampleGroups
    • module RuboCop::RSpec::Language::Examples
    • module RuboCop::RSpec::Language::Expectations
    • module RuboCop::RSpec::Language::Helpers
    • module RuboCop::RSpec::Language::Hooks
    • module RuboCop::RSpec::Language::Includes
    • module RuboCop::RSpec::Language::Matchers
    • module RuboCop::RSpec::Language::NodePattern
    • module RuboCop::RSpec::Language::SharedGroups
    • module RuboCop::RSpec::Language::Subject
    • module RuboCop::RSpec::TopLevelDescribe
    • module RuboCop::RSpec::Util
    • module RuboCop::RSpec::Version
  • Classes

    • class RuboCop::Cop::Layout::ExtraSpacing
    • class RuboCop::Cop::RSpec::AlignLeftLetBrace
    • class RuboCop::Cop::RSpec::AlignRightLetBrace
    • class RuboCop::Cop::RSpec::AnyInstance
    • class RuboCop::Cop::RSpec::AroundBlock
    • class RuboCop::Cop::RSpec::BeEql
    • class RuboCop::Cop::RSpec::BeforeAfterAll
    • class RuboCop::Cop::RSpec::Capybara::CurrentPathExpectation
    • class RuboCop::Cop::RSpec::Capybara::FeatureMethods
    • class RuboCop::Cop::RSpec::ContextWording
    • class RuboCop::Cop::RSpec::Cop
    • class RuboCop::Cop::RSpec::DescribeClass
    • class RuboCop::Cop::RSpec::DescribeMethod
    • class RuboCop::Cop::RSpec::DescribeSymbol
    • class RuboCop::Cop::RSpec::DescribedClass
    • class RuboCop::Cop::RSpec::EmptyExampleGroup
    • class RuboCop::Cop::RSpec::EmptyLineAfterFinalLet
    • class RuboCop::Cop::RSpec::EmptyLineAfterSubject
    • class RuboCop::Cop::RSpec::ExampleLength
    • class RuboCop::Cop::RSpec::ExampleWithoutDescription
    • class RuboCop::Cop::RSpec::ExampleWording
    • class RuboCop::Cop::RSpec::ExpectActual
    • class RuboCop::Cop::RSpec::ExpectChange
    • class RuboCop::Cop::RSpec::ExpectInHook
    • class RuboCop::Cop::RSpec::ExpectOutput
    • class RuboCop::Cop::RSpec::FactoryBot::DynamicAttributeDefinedStatically
    • class RuboCop::Cop::RSpec::FilePath
    • class RuboCop::Cop::RSpec::Focus
    • class RuboCop::Cop::RSpec::HookArgument
    • class RuboCop::Cop::RSpec::ImplicitExpect
    • class RuboCop::Cop::RSpec::InstanceSpy
    • class RuboCop::Cop::RSpec::InstanceVariable
    • class RuboCop::Cop::RSpec::InvalidPredicateMatcher
    • class RuboCop::Cop::RSpec::ItBehavesLike
    • class RuboCop::Cop::RSpec::IteratedExpectation
    • class RuboCop::Cop::RSpec::LeadingSubject
    • class RuboCop::Cop::RSpec::LetBeforeExamples
    • class RuboCop::Cop::RSpec::LetSetup
    • class RuboCop::Cop::RSpec::MessageChain
    • class RuboCop::Cop::RSpec::MessageExpectation
    • class RuboCop::Cop::RSpec::MessageSpies
    • class RuboCop::Cop::RSpec::MultipleDescribes
    • class RuboCop::Cop::RSpec::MultipleExpectations
    • class RuboCop::Cop::RSpec::MultipleSubjects
    • class RuboCop::Cop::RSpec::NamedSubject
    • class RuboCop::Cop::RSpec::NestedGroups
    • class RuboCop::Cop::RSpec::NotToNot
    • class RuboCop::Cop::RSpec::OverwritingSetup
    • class RuboCop::Cop::RSpec::PredicateMatcher
    • class RuboCop::Cop::RSpec::RepeatedDescription
    • class RuboCop::Cop::RSpec::RepeatedExample
    • class RuboCop::Cop::RSpec::ReturnFromStub
    • class RuboCop::Cop::RSpec::ReturnFromStub::AndReturnCallCorrector
    • class RuboCop::Cop::RSpec::ReturnFromStub::BlockBodyCorrector
    • class RuboCop::Cop::RSpec::ScatteredLet
    • class RuboCop::Cop::RSpec::ScatteredSetup
    • class RuboCop::Cop::RSpec::SharedContext
    • class RuboCop::Cop::RSpec::SingleArgumentMessageChain
    • class RuboCop::Cop::RSpec::SubjectStub
    • class RuboCop::Cop::RSpec::VerifiedDoubles
    • class RuboCop::Cop::RSpec::VoidExpect
    • class RuboCop::Cop::WorkaroundCop
    • class RuboCop::RSpec::AlignLetBrace
    • class RuboCop::RSpec::Concept
    • class RuboCop::RSpec::ConfigFormatter
    • class RuboCop::RSpec::DescriptionExtractor
    • class RuboCop::RSpec::DescriptionExtractor::CodeObject
    • class RuboCop::RSpec::Example
    • class RuboCop::RSpec::ExampleGroup
    • class RuboCop::RSpec::Hook
    • class RuboCop::RSpec::Language::SelectorSet
    • class RuboCop::RSpec::Wording
    Overview
    H
    Home
    R
    Reference
    T
    Types
    C
    Changelogs
  • Documentation
    • README
  • More
    • Versions
    • Source
    • Playground
    • Stats
    • Metadata
    • Wiki
    • Announcements
    Community
    • Articles
    • Tutorials
    • Videos
    • Community
  1. Gems
  2. rubocop-rspec
  3. 1.22.0
  4. module RuboCop::RSpec::Language

module RuboCop::RSpec::Language

Modules in this namespace

ExampleGroups

module

in RuboCop::RSpec::Language

Examples

module

in RuboCop::RSpec::Language

Expectations

module

in RuboCop::RSpec::Language

Helpers

module

in RuboCop::RSpec::Language

Hooks

module

in RuboCop::RSpec::Language

Includes

module

in RuboCop::RSpec::Language

Matchers

module

in RuboCop::RSpec::Language

NodePattern

module

in RuboCop::RSpec::Language

SharedGroups

module

in RuboCop::RSpec::Language

Subject

module

in RuboCop::RSpec::Language

Classes in this namespace

SelectorSet

class

in RuboCop::RSpec::Language

Modules

  • 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::Matchers
  • RuboCop::RSpec::Language::NodePattern
  • RuboCop::RSpec::Language::SharedGroups
  • RuboCop::RSpec::Language::Subject

Classes

  • RuboCop::RSpec::Language::SelectorSet

Defined in

  • lib/rubocop/rspec/language.rb
  • lib/rubocop/rspec/language/node_pattern.rb
Home
Gems
Docs
Contribute
Monitoring
Twitter GitHub Mastodon

© 2025 gem.sh - Beautiful documentation for any Ruby gem