config/rspec.yml in talkable-style-1.2022.0201 vs config/rspec.yml in talkable-style-1.2022.0501
- old
+ new
@@ -8,12 +8,16 @@
RSpec/AroundBlock:
Enabled: true
RSpec/Be:
Enabled: true
+RSpec/BeEq:
+ Enabled: true
RSpec/BeEql:
Enabled: true
+RSpec/BeNil:
+ Enabled: true
RSpec/BeforeAfterAll:
Enabled: true
RSpec/Capybara/CurrentPathExpectation:
Enabled: true
RSpec/Capybara/FeatureMethods:
@@ -125,9 +129,11 @@
RSpec/SubjectDeclaration:
Enabled: true
RSpec/VariableDefinition:
Enabled: true
RSpec/VariableName:
+ Enabled: true
+RSpec/VerifiedDoubleReference:
Enabled: true
RSpec/VerifiedDoubles:
Enabled: true
RSpec/VoidExpect:
Enabled: true