You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add autocorrect support for RSpec/ScatteredSetup. (@ydah)
Add support be_status style for RSpec/Rails/HttpStatus. (@ydah)
Add support for shared example groups to RSpec/EmptyLineAfterExampleGroup. (@pirj)
Add support for RSpec/HaveHttpStatus when using response.code. (@ydah)
Fix order of expected and actual in correction for RSpec/Rails/MinitestAssertions (@mvz)
Fix a false positive for RSpec/DescribedClassModuleWrapping when RSpec.describe numblock is nested within a module. (@ydah)
Fix a false positive for RSpec/FactoryBot/ConsistentParenthesesStyle inside &&, || and :? when omit_parentheses is on (@dmitrytsepelev)
Fix a false positive for RSpec/PendingWithoutReason when pending/skip has a reason inside an example group. (@ydah)
Fix a false negative for RSpec/RedundantAround when redundant numblock around. (@ydah)
Change RSpec/ContainExactly to ignore calls with no arguments, and change RSpec/MatchArray to ignore calls with an empty array literal argument. (@ydah, @bquorning)
Make RSpec/MatchArray and RSpec/ContainExactly pending. (@ydah)