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:
authorRémy Coutable <remy@rymai.me>2017-02-23 18:04:34 +0300
committerRémy Coutable <remy@rymai.me>2017-02-23 18:04:34 +0300
commit8b2ea599e3047b24a788dec843ea1d6d36e76d98 (patch)
treec4590784dc5056790b72121f372d04a8fc2e047f /.rubocop.yml
parent759f9c749e091776f12a6bcca5e06bafafac6b94 (diff)
Enable the RSpec/BeEql 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.