From 0c3dc56650671a03e03cfa12f432928dc367d1ac Mon Sep 17 00:00:00 2001 From: Bertocq Date: Sun, 7 Jan 2018 00:17:48 +0100 Subject: [PATCH] Enable both DescribeMethod and DescribeSymbol cops, without issues --- .rubocop.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index a423ca5af..ba50cc155 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -53,4 +53,10 @@ RSpec/ContextWording: Enabled: false RSpec/DescribeClass: + Enabled: true + +RSpec/DescribeMethod: + Enabled: true + +RSpec/DescribeSymbol: Enabled: true \ No newline at end of file