Sha256: 84632ee963c2825a6a47dfdc7134164ae8540d98b1fadfb7fb9a31ba4b9d8a55

Contents?: true

Size: 820 Bytes

Versions: 9

Compression:

Stored size: 820 Bytes

Contents

require: rubocop-rspec

RSpec/BeNil:
  EnforcedStyle: be
RSpec/ContextWording:
  Prefixes:
    - when
    - with
    - without
RSpec/DescribeClass:
  IgnoredMetadata:
    type:
      - feature
      - request
      - task
RSpec/DescribedClassModuleWrapping:
  Enabled: true
RSpec/Dialect:
  Enabled: true
  PreferredMethods:
    append_after: after
    append_before: before
    example: it
    example_group: context
    expect_any_instance_of: expect
    is_expected: expect
    its: it
    let!: let
    prepend_after: after
    prepend_before: before
    shared_examples_for: shared_examples
    specify: it
    subject!: subject
RSpec/ExampleLength:
  Max: 10
  CountAsOne:
    - array
    - hash
    - heredoc
RSpec/NamedSubject:
  IgnoreSharedExamples: false
RSpec/StringAsInstanceDoubleConstant:
  Enabled: true

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
caliber-0.69.0 config/rspec.yml
caliber-0.68.0 config/rspec.yml
caliber-0.67.0 config/rspec.yml
caliber-0.66.0 config/rspec.yml
caliber-0.65.0 config/rspec.yml
caliber-0.64.0 config/rspec.yml
caliber-0.63.0 config/rspec.yml
caliber-0.62.0 config/rspec.yml
caliber-0.61.0 config/rspec.yml