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

    • module RuboCop
    • module RuboCop::Cop
    • module RuboCop::Cop::RSpec
    • module RuboCop::RSpec
    • module RuboCop::RSpec::Inject
    • module RuboCop::RSpec::Language
    • module RuboCop::RSpec::Language::ExampleGroups
    • module RuboCop::RSpec::Language::Examples
    • module RuboCop::RSpec::Language::Helpers
    • module RuboCop::RSpec::Language::Hooks
    • module RuboCop::RSpec::Language::NodePattern
    • module RuboCop::RSpec::Language::SharedGroups
    • module RuboCop::RSpec::SpecOnly
    • module RuboCop::RSpec::TopLevelDescribe
    • module RuboCop::RSpec::Util
    • module RuboCop::RSpec::Version
  • Classes

    • class RuboCop::Cop::RSpec::AnyInstance
    • class RuboCop::Cop::RSpec::BeEql
    • class RuboCop::Cop::RSpec::DescribeClass
    • class RuboCop::Cop::RSpec::DescribeMethod
    • class RuboCop::Cop::RSpec::DescribedClass
    • class RuboCop::Cop::RSpec::EmptyExampleGroup
    • class RuboCop::Cop::RSpec::ExampleLength
    • class RuboCop::Cop::RSpec::ExampleWording
    • class RuboCop::Cop::RSpec::ExpectActual
    • class RuboCop::Cop::RSpec::FilePath
    • class RuboCop::Cop::RSpec::Focus
    • class RuboCop::Cop::RSpec::HookArgument
    • class RuboCop::Cop::RSpec::InstanceVariable
    • class RuboCop::Cop::RSpec::LeadingSubject
    • class RuboCop::Cop::RSpec::LetSetup
    • class RuboCop::Cop::RSpec::MessageChain
    • class RuboCop::Cop::RSpec::MessageExpectation
    • class RuboCop::Cop::RSpec::MultipleDescribes
    • class RuboCop::Cop::RSpec::MultipleExpectations
    • class RuboCop::Cop::RSpec::NamedSubject
    • class RuboCop::Cop::RSpec::NestedGroups
    • class RuboCop::Cop::RSpec::NotToNot
    • class RuboCop::Cop::RSpec::SubjectStub
    • class RuboCop::Cop::RSpec::VerifiedDoubles
    • class RuboCop::RSpec::ConfigFormatter
    • class RuboCop::RSpec::DescriptionExtractor
    • 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.7.0
  4. module RuboCop::Cop::RSpec

module RuboCop::Cop::RSpec

Classes in this namespace

AnyInstance

class

in RuboCop::Cop::RSpec

BeEql

class

in RuboCop::Cop::RSpec

DescribeClass

class

in RuboCop::Cop::RSpec

DescribeMethod

class

in RuboCop::Cop::RSpec

DescribedClass

class

in RuboCop::Cop::RSpec

EmptyExampleGroup

class

in RuboCop::Cop::RSpec

ExampleLength

class

in RuboCop::Cop::RSpec

ExampleWording

class

in RuboCop::Cop::RSpec

ExpectActual

class

in RuboCop::Cop::RSpec

FilePath

class

in RuboCop::Cop::RSpec

Focus

class

in RuboCop::Cop::RSpec

HookArgument

class

in RuboCop::Cop::RSpec

InstanceVariable

class

in RuboCop::Cop::RSpec

LeadingSubject

class

in RuboCop::Cop::RSpec

LetSetup

class

in RuboCop::Cop::RSpec

MessageChain

class

in RuboCop::Cop::RSpec

MessageExpectation

class

in RuboCop::Cop::RSpec

MultipleDescribes

class

in RuboCop::Cop::RSpec

MultipleExpectations

class

in RuboCop::Cop::RSpec

NamedSubject

class

in RuboCop::Cop::RSpec

NestedGroups

class

in RuboCop::Cop::RSpec

NotToNot

class

in RuboCop::Cop::RSpec

SubjectStub

class

in RuboCop::Cop::RSpec

VerifiedDoubles

class

in RuboCop::Cop::RSpec

Classes

  • RuboCop::Cop::RSpec::AnyInstance
  • RuboCop::Cop::RSpec::BeEql
  • RuboCop::Cop::RSpec::DescribeClass
  • RuboCop::Cop::RSpec::DescribeMethod
  • RuboCop::Cop::RSpec::DescribedClass
  • RuboCop::Cop::RSpec::EmptyExampleGroup
  • RuboCop::Cop::RSpec::ExampleLength
  • RuboCop::Cop::RSpec::ExampleWording
  • RuboCop::Cop::RSpec::ExpectActual
  • RuboCop::Cop::RSpec::FilePath
  • RuboCop::Cop::RSpec::Focus
  • RuboCop::Cop::RSpec::HookArgument
  • RuboCop::Cop::RSpec::InstanceVariable
  • RuboCop::Cop::RSpec::LeadingSubject
  • RuboCop::Cop::RSpec::LetSetup
  • RuboCop::Cop::RSpec::MessageChain
  • RuboCop::Cop::RSpec::MessageExpectation
  • RuboCop::Cop::RSpec::MultipleDescribes
  • RuboCop::Cop::RSpec::MultipleExpectations
  • RuboCop::Cop::RSpec::NamedSubject
  • RuboCop::Cop::RSpec::NestedGroups
  • RuboCop::Cop::RSpec::NotToNot
  • RuboCop::Cop::RSpec::SubjectStub
  • RuboCop::Cop::RSpec::VerifiedDoubles

Defined in

  • lib/rubocop/cop/rspec/any_instance.rb
  • lib/rubocop/cop/rspec/be_eql.rb
  • lib/rubocop/cop/rspec/describe_class.rb
  • lib/rubocop/cop/rspec/describe_method.rb
  • lib/rubocop/cop/rspec/described_class.rb
  • lib/rubocop/cop/rspec/empty_example_group.rb
  • lib/rubocop/cop/rspec/example_length.rb
  • lib/rubocop/cop/rspec/example_wording.rb
  • lib/rubocop/cop/rspec/expect_actual.rb
  • lib/rubocop/cop/rspec/file_path.rb
  • lib/rubocop/cop/rspec/focus.rb
  • lib/rubocop/cop/rspec/hook_argument.rb
  • lib/rubocop/cop/rspec/instance_variable.rb
  • lib/rubocop/cop/rspec/leading_subject.rb
  • lib/rubocop/cop/rspec/let_setup.rb
  • lib/rubocop/cop/rspec/message_chain.rb
  • lib/rubocop/cop/rspec/message_expectation.rb
  • lib/rubocop/cop/rspec/multiple_describes.rb
  • lib/rubocop/cop/rspec/multiple_expectations.rb
  • lib/rubocop/cop/rspec/named_subject.rb
  • lib/rubocop/cop/rspec/nested_groups.rb
  • lib/rubocop/cop/rspec/not_to_not.rb
  • lib/rubocop/cop/rspec/subject_stub.rb
  • lib/rubocop/cop/rspec/verified_doubles.rb
Home
Gems
Docs
Contribute
Monitoring
Twitter GitHub Mastodon

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