rubocop / rubocop-rspec

Code style checking for RSpec files.
https://docs.rubocop.org/rubocop-rspec
MIT License
794 stars 272 forks source link

Fix AssignmentOnly saying false instead of true in documentation #1837

Closed Skipants closed 3 months ago

Skipants commented 3 months ago

This option on the documentation was accidentally flipped from what it should have been. The example following is what happens when the "AssignmentOnly" configuration is set to "true", not "false"


Before submitting the PR make sure the following are checked:

(Rest of prerequisites not applicable to this change)