diff options
author | Rémy Coutable <remy@rymai.me> | 2017-02-23 16:04:34 +0100 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-02-23 16:04:34 +0100 |
commit | 8b2ea599e3047b24a788dec843ea1d6d36e76d98 (patch) | |
tree | c4590784dc5056790b72121f372d04a8fc2e047f /.rubocop.yml | |
parent | 759f9c749e091776f12a6bcca5e06bafafac6b94 (diff) | |
download | gitlab-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.yml | 2 |
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. |