Releases
v2.14.0
Add require_implicit
style to RSpec/ImplicitSubject
. (@r7kamura )
Fix a false positive for RSpec/Capybara/SpecificMatcher
when have_css("a")
without attribute. (@ydah )
Update RSpec/ExampleWording
cop to raise error for insufficient descriptions. (@akrox58 )
Add new RSpec/Capybara/NegationMatcher
cop. (@ydah )
Add AllowedPatterns
configuration option to RSpec/NoExpectationExample
. (@ydah )
Improve RSpec/NoExpectationExample
cop to ignore examples skipped or pending via metadata. (@pirj )
Add RSpec/FactoryBot/ConsistentParenthesesStyle
cop. (@Liberatys )
Add RSpec/Rails/InferredSpecType
cop. (@r7kamura )
Add new RSpec/Capybara/SpecificActions
cop. (@ydah )
Update config/default.yml
removing deprecated option to make the config correctable by users. (@ignaciovillaverde )
Do not attempt to auto-correct example groups with include_examples
in RSpec/LetBeforeExamples
. (@pirj )
Add new RSpec/SortMetadata
cop. (@leoarnold )
Add support for subject! method to RSpec/SubjectDeclaration
. (@ydah )
You can’t perform that action at this time.