RuboCop RSpec v1.37.0
- Implement
RSpec/DescribedClassModuleWrapping
to disallow RSpec statements within a module. (@kellysutton) - Fix documentation rake task to support Rubocop 0.75. (@nickcampbell18)
- Fix
RSpec/SubjectStub
to detect implicit subjects stubbed. (@QQism) - Fix
RSpec/Pending
not flaggingskip
with string values. (@pirj) - Add
AllowedExplicitMatchers
config option forRSpec/PredicateMatcher
. (@mkrawc) - Add
FactoryBot/FactoryClassName
cop. (@jfragoulis)