summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2017-04-25 17:07:09 -0500
committerRobert Speicher <rspeicher@gmail.com>2017-05-01 11:12:13 -0400
commit0a556523cfee57e54e8e1227b818085c8d8c4ecc (patch)
treec8dd7fb1b880ff668a83aabd8ef93be2da7389a4 /.rubocop.yml
parent0789d7aab31674dc6158c8d4f8687fcff281e8a2 (diff)
downloadgitlab-ce-0a556523cfee57e54e8e1227b818085c8d8c4ecc.tar.gz
Enable `RSpec/DescribedClass` cop
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 8c43f6909cf..e53af97a92c 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -961,7 +961,7 @@ RSpec/DescribeSymbol:
# Checks that the second argument to top level describe is the tested method
# name.
RSpec/DescribedClass:
- Enabled: false
+ Enabled: true
# Checks for long example.
RSpec/ExampleLength: