config/default.yml in rubocop-rspec-1.1.0 vs config/default.yml in rubocop-rspec-1.2.0
- old
+ new
@@ -11,19 +11,25 @@
Enabled: true
RSpec/ExampleWording:
Description: 'Do not use should when describing your tests.'
Enabled: true
+ CustomTransform:
+ be: is
+ have: has
+ not: does not
+ IgnoredWords: []
+
RSpec/MultipleDescribes:
Description: 'Checks for multiple top level describes.'
Enabled: true
RSpec/InstanceVariable:
Description: 'Checks for the usage of instance variables.'
Enabled: true
-RSpec/FileName:
+RSpec/FilePath:
Description: 'Checks the file and folder naming of the spec file.'
Enabled: true
CustomTransform:
RuboCop: rubocop
RSpec: rspec