diff options
author | Robert Speicher <robert@gitlab.com> | 2017-05-18 19:42:15 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2017-05-18 19:42:15 +0000 |
commit | 9616027045b68a8d238ca24d3116ff6f7bf9b3dc (patch) | |
tree | 89a38b06508aa6f8caa921f9309ceaefc8e919b4 /.rubocop.yml | |
parent | e4eec191565a053f687911d80865ad43241453f8 (diff) | |
parent | bdf5b6adc34ae2856bddea62ce449fa452aee761 (diff) | |
download | gitlab-ce-9616027045b68a8d238ca24d3116ff6f7bf9b3dc.tar.gz |
Merge branch 'rubocop-expect-output' into 'master'
Enable the RSpec/ExpectOutput cop
See merge request !11500
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 4e1d456d8d1..9380f65eb65 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -987,6 +987,9 @@ RSpec/ExampleWording: RSpec/ExpectActual: Enabled: true +RSpec/ExpectOutput: + Enabled: true + # Checks the file and folder naming of the spec file. RSpec/FilePath: Enabled: true |