RSpec/AlignLeftLetBrace: Enabled: false RSpec/AlignRightLetBrace: Enabled: false RSpec/AnyInstance: Enabled: false RSpec/AroundBlock: Enabled: true RSpec/Be: Enabled: true RSpec/BeEql: Enabled: true RSpec/BeforeAfterAll: Enabled: false RSpec/ContextMethod: Enabled: false RSpec/ContextWording: Enabled: false RSpec/DescribeClass: Enabled: false RSpec/DescribeMethod: Enabled: false RSpec/DescribeSymbol: Enabled: true RSpec/DescribedClass: Enabled: true SkipBlocks: false EnforcedStyle: described_class RSpec/DescribedClassModuleWrapping: Enabled: true RSpec/Dialect: Enabled: true PreferredMethods: {} RSpec/EmptyExampleGroup: Enabled: true RSpec/EmptyLineAfterExampleGroup: Enabled: true RSpec/EmptyLineAfterExample: Enabled: true RSpec/EmptyLineAfterFinalLet: Enabled: true RSpec/EmptyLineAfterHook: Enabled: true RSpec/EmptyLineAfterSubject: Enabled: true RSpec/ExampleLength: Enabled: false RSpec/ExampleWithoutDescription: Enabled: true EnforcedStyle: always_allow RSpec/ExampleWording: Enabled: false RSpec/ExpectActual: Enabled: true RSpec/ExpectChange: Enabled: true EnforcedStyle: block RSpec/ExpectInHook: Enabled: true RSpec/ExpectOutput: Enabled: true RSpec/FilePath: Enabled: false RSpec/Focus: Enabled: true RSpec/HookArgument: Enabled: false RSpec/HooksBeforeExamples: Enabled: true RSpec/ImplicitBlockExpectation: Enabled: false RSpec/ImplicitExpect: Enabled: true EnforcedStyle: is_expected RSpec/ImplicitSubject: Enabled: true EnforcedStyle: single_line_only RSpec/InstanceSpy: Enabled: true RSpec/InstanceVariable: Enabled: true AssignmentOnly: false RSpec/InvalidPredicateMatcher: Enabled: true RSpec/ItBehavesLike: Enabled: true EnforcedStyle: it_behaves_like RSpec/IteratedExpectation: Enabled: true RSpec/LeadingSubject: Enabled: true RSpec/LeakyConstantDeclaration: Enabled: true RSpec/LetBeforeExamples: Enabled: true RSpec/LetSetup: Enabled: false RSpec/MessageChain: Enabled: false RSpec/MessageExpectation: Enabled: false RSpec/MessageSpies: Enabled: false RSpec/MissingExampleGroupArgument: Enabled: true RSpec/MultipleDescribes: Enabled: true RSpec/MultipleExpectations: Enabled: false RSpec/MultipleSubjects: Enabled: true RSpec/NamedSubject: Enabled: true IgnoreSharedExamples: true RSpec/NestedGroups: Enabled: false RSpec/NotToNot: Enabled: true EnforcedStyle: not_to RSpec/OverwritingSetup: Enabled: true RSpec/Pending: Enabled: false RSpec/PredicateMatcher: Enabled: true Strict: true EnforcedStyle: explicit AllowedExplicitMatchers: - be_a - be_empty - have_http_status - have_been_made RSpec/ReceiveCounts: Enabled: false RSpec/ReceiveNever: Enabled: true RSpec/RepeatedDescription: Enabled: true RSpec/RepeatedExample: Enabled: true RSpec/RepeatedExampleGroupBody: Enabled: true RSpec/RepeatedExampleGroupDescription: Enabled: true RSpec/ReturnFromStub: Enabled: true EnforcedStyle: and_return RSpec/ScatteredLet: Enabled: true RSpec/ScatteredSetup: Enabled: false RSpec/SharedContext: Enabled: true RSpec/SharedExamples: Enabled: true RSpec/SingleArgumentMessageChain: Enabled: true RSpec/SubjectStub: Enabled: true RSpec/UnspecifiedException: Enabled: true RSpec/VerifiedDoubles: Enabled: false IgnoreNameless: true IgnoreSymbolicNames: false RSpec/VoidExpect: Enabled: true RSpec/Yield: Enabled: true