summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-05-18 18:56:26 +0200
committerRémy Coutable <remy@rymai.me>2017-05-18 18:56:26 +0200
commitbdf5b6adc34ae2856bddea62ce449fa452aee761 (patch)
tree5caaa4a12c6939cb1d4e2daaabe4a3714ff67cb4 /.rubocop.yml
parent06b614f9fd7a311b9cbc6ad90eecb4cfc5281c78 (diff)
downloadgitlab-ce-bdf5b6adc34ae2856bddea62ce449fa452aee761.tar.gz
Enable the RSpec/ExpectOutput coprubocop-expect-output
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml3
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