.rubocop.yml in rspec_in_context-0.1.5 vs .rubocop.yml in rspec_in_context-0.2.0

- old
+ new

@@ -13,5 +13,8 @@ Metrics/BlockLength: Exclude: - 'spec/**/*.rb' - 'Guardfile' - 'vendor/bundle' + +Naming/UncommunicativeMethodParamName: + Enabled: false