File: default.yml

package info (click to toggle)
ruby-test-prof 1.5.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 660 kB
  • sloc: ruby: 6,064; makefile: 4
file content (20 lines) | stat: -rw-r--r-- 502 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
AllCops:
  RSpec:
    Patterns:
    - _spec.rb
    - "(?:^|/)spec/"

RSpec/AggregateExamples:
  Description: Checks if example group contains two or more aggregatable examples.
  Enabled: true
  StyleGuide: https://rspec.rubystyle.guide/#expectation-per-example
  AddAggregateFailuresMetadata: true
  MatchersWithSideEffects:
    - allow_value
    - allow_values
    - validate_presence_of
    - validate_absence_of
    - validate_length_of
    - validate_inclusion_of
    - validates_exclusion_of