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 some expectation methods to default configuration. (@r7kamura)
Fix a false positive for RSpec/Capybara/SpecificMatcher. (@ydah)
Fix a false negative for RSpec/Capybara/SpecificMatcher for have_field. (@ydah)
Fix a false positive for RSpec/Capybara/SpecificMatcher when may not have a href by have_link. (@ydah)
Add NegatedMatcher configuration option to RSpec/ChangeByZero. (@ydah)
Add new RSpec/Capybara/SpecificFinders cop. (@ydah)
Add support for numblocks to RSpec/AroundBlock, RSpec/EmptyLineAfterHook, RSpec/ExpectInHook, RSpec/HookArgument, RSpec/HooksBeforeExamples, RSpec/IteratedExpectation, and RSpec/NoExpectationExample. (@ydah)
Fix incorrect documentation URLs when using rubocop --show-docs-url. (@r7kamura)
Add AllowedGroups configuration option to RSpec/NestedGroups. (@ydah)
Deprecate IgnoredPatterns option in favor of the AllowedPatterns options. (@ydah)
Add AllowedPatterns configuration option to RSpec/ContextWording. (@ydah)