.rubocop-rspec.yml in rubocop-bitcrowd-1.2.0 vs .rubocop-rspec.yml in rubocop-bitcrowd-1.2.1

- old
+ new

@@ -8,9 +8,11 @@ RSpec/NestedGroups: Max: 4 RSpec/ExampleLength: + Exclude: + - 'spec/features/**/*' Max: 7 RSpec/BeEql: Enabled: false