Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in NestedGroups doc #1182

Merged
merged 1 commit into from Aug 13, 2021
Merged

Fix typo in NestedGroups doc #1182

merged 1 commit into from Aug 13, 2021

Conversation

ybiquitous
Copy link
Contributor

This change aims to fix just a typo in the RSpec/NestedGroups document.
See https://docs.rubocop.org/rubocop-rspec/cops_rspec.html#rspecnestedgroups

image


Before submitting the PR make sure the following are checked:

  • Feature branch is up-to-date with master (if not - rebase it).
  • Squashed related commits together.
  • Added tests.
  • Updated documentation.
  • Added an entry to the CHANGELOG.md if the new code introduces user-observable changes.
  • The build (bundle exec rake) passes (be sure to run this locally, since it may produce updated documentation that you will need to commit).

If you have created a new cop:

  • Added the new cop to config/default.yml.
  • The cop is configured as Enabled: pending in config/default.yml.
  • The cop documents examples of good and bad code.
  • The tests assert both that bad code is reported and that good code is not reported.
  • Set VersionAdded in default/config.yml to the next minor version.

If you have modified an existing cop's configuration options:

  • Set VersionChanged in config/default.yml to the next major version.

@pirj pirj merged commit 337c0bd into rubocop:master Aug 13, 2021
@pirj
Copy link
Member

pirj commented Aug 13, 2021

Thanks!

@ybiquitous ybiquitous deleted the patch-1 branch August 13, 2021 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants