summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-02-23 16:04:34 +0100
committerRémy Coutable <remy@rymai.me>2017-02-23 16:04:34 +0100
commit8b2ea599e3047b24a788dec843ea1d6d36e76d98 (patch)
treec4590784dc5056790b72121f372d04a8fc2e047f /.rubocop.yml
parent759f9c749e091776f12a6bcca5e06bafafac6b94 (diff)
downloadgitlab-ce-8b2ea599e3047b24a788dec843ea1d6d36e76d98.tar.gz
Enable the RSpec/BeEql copenable-rspec-be_eql-cop
Signed-off-by: Rémy Coutable <remy@rymai.me>
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 a836b469cc7..4bcabd18d4d 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -784,7 +784,7 @@ RSpec/AnyInstance:
# Check for expectations where `be(...)` can replace `eql(...)`.
RSpec/BeEql:
- Enabled: false
+ Enabled: true
# Check that the first argument to the top level describe is the tested class or
# module.