require: - rubocop-rspec RSpec/AnyInstance: Enabled: true RSpec/AroundBlock: Enabled: true RSpec/Be: Enabled: true RSpec/BeEql: Enabled: true RSpec/ContextMethod: Enabled: true RSpec/DescribeClass: Enabled: true RSpec/DescribeMethod: Enabled: true RSpec/DescribeSymbol: Enabled: true RSpec/EmptyExampleGroup: Enabled: true RSpec/EmptyHook: Enabled: true RSpec/EmptyLineAfterExample: Enabled: true RSpec/EmptyLineAfterExampleGroup: Enabled: true RSpec/EmptyLineAfterFinalLet: Enabled: true RSpec/EmptyLineAfterHook: Enabled: true RSpec/EmptyLineAfterSubject: Enabled: true RSpec/ExampleWithoutDescription: Enabled: true RSpec/ExampleWording: Enabled: true RSpec/ExpectActual: Enabled: true ExpectChange: Enabled: true ExpectInHook: Enabled: true RSpec/ExpectOutput: Enabled: true RSpec/FilePath: Enabled: true RSpec/HooksBeforeExamples: Enabled: true RSpec/ImplicitExpect: Enabled: true RSpec/ImplicitSubject: Enabled: true RSpec/InstanceVariable: Enabled: true RSpec/ItBehavesLike: Enabled: true RSpec/IteratedExpectation: Enabled: true RSpec/LeadingSubject: Enabled: true RSpec/LetBeforeExamples: Enabled: true RSpec/LetSetup: Enabled: true RSpec/MissingExampleGroupArgument: Enabled: true RSpec/MultipleDescribes: Enabled: true RSpec/MultipleSubjects: Enabled: true RSpec/NotToNot: Enabled: true RSpec/ReceiveCounts: Enabled: true RSpec/ReceiveNever: Enabled: true RSpec/ScatteredLet: Enabled: true RSpec/ScatteredSetup: Enabled: true RSpec/UnspecifiedException: Enabled: true RSpec/VariableDefinition: Enabled: true RSpec/VariableName: Enabled: true RSpec/VoidExpect: Enabled: true