Sha256: 26f4ceaec2938eaa2d591ff648295a3eb7b0a5e4778eb9abd97f7ec96712dd44

Contents?: true

Size: 766 Bytes

Versions: 6

Compression:

Stored size: 766 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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
caliber-0.73.0 config/rspec.yml
caliber-0.72.0 config/rspec.yml
caliber-0.71.0 config/rspec.yml
caliber-0.60.0 config/rspec.yml
caliber-0.59.0 config/rspec.yml
caliber-0.58.0 config/rspec.yml