config/rspec.yml in rubocop-rickselby-0.12.0 vs config/rspec.yml in rubocop-rickselby-0.13.0

- old
+ new

@@ -1,2 +1,11 @@ require: - rubocop-rspec + +RSpec/AlignLeftLetBrace: + Enabled: true + +RSpec/AlignRightLetBrace: + Enabled: true + +RSpec/ExampleWithoutDescription: + EnforcedStyle: single_line_only