config/.base_rubocop.yml in fablicop-1.1.2 vs config/.base_rubocop.yml in fablicop-1.2.0

- old
+ new

@@ -223,5 +223,9 @@ # Does the variable name for an exception object really matter? # There are many things to think about before taking care of it. Naming/RescuedExceptionsVariableName: Enabled: false + +# disabling to not to show errors if there is no when/with/without in the context +RSpec/ContextWording: + Enabled: false