Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2017-04-26 01:07:09 +0300
committerRobert Speicher <rspeicher@gmail.com>2017-05-01 18:12:13 +0300
commit0a556523cfee57e54e8e1227b818085c8d8c4ecc (patch)
treec8dd7fb1b880ff668a83aabd8ef93be2da7389a4 /.rubocop.yml
parent0789d7aab31674dc6158c8d4f8687fcff281e8a2 (diff)
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: