.rubocop-rspec.yml in rubocopital-0.6.1 vs .rubocop-rspec.yml in rubocopital-0.7.0

- old
+ new

@@ -247,5 +247,20 @@ RSpec/VoidExpect: Enabled: true RSpec/Yield: Enabled: true + +RSpec/RepeatedExampleGroupDescription: + Enabled: true + +RSpec/VariableName: + Enabled: true + +RSpec/VariableDefinition: + Enabled: true + +RSpec/RepeatedExampleGroupBody: + Enabled: true + +RSpec/EmptyHook: + Enabled: true