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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Add RSpec/Yield cop, suggesting using the and_yield method when stubbing a method, accepting a block. (@Darhazer)
Fix FactoryBot/CreateList autocorrect crashing when the factory is called with a block=. (@Darhazer)
Fixed RSpec/Focus not flagging some cases of RSpec.describe with focus: true. (@Darhazer)
Fixed RSpec/Pending not flagging some cases of RSpec.describe with :skip. (@Darhazer)
Fix false positive in RSpec/ReceiveCounts when method name exactly, at_least or at_most is used along with times, without being an RSpec API. (@Darhazer)