RuboCop RSpec v2.8.0
- Fix
RSpec/FactoryBot/SyntaxMethods
andRSpec/Capybara/FeatureMethods
to inspect shared groups. (@pirj) - Fix
RSpec/LeadingSubject
failure in non-spec code. (@pirj) - Add bad example to
RSpec/SubjectStub
cop. (@oshiro3) - Replace non-styleguide cops
StyleGuide
attribute withReference
. (@pirj) - Fix
RSpec/SubjectStub
to disallow stubbing of subjects defined in parent example groups. (@pirj)