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

- old
+ new

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