Skip to content

RuboCop RSpec v1.37.0

Compare
Choose a tag to compare
@bquorning bquorning released this 25 Nov 08:00
· 1640 commits to master since this release
ed669cd
  • 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 flagging skip with string values. (@pirj)
  • Add AllowedExplicitMatchers config option for RSpec/PredicateMatcher. (@mkrawc)
  • Add FactoryBot/FactoryClassName cop. (@jfragoulis)