Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change step with new_cop command for rubocop-rspec
before: ``` Do 4 steps: 1. Modify the description of RSpec/CopName in config/default.yml 2. Implement your new cop in the generated file! 3. Commit your new cop with a message such as e.g. "Add new `RSpec/CopName` cop" 4. Run `bundle exec rake changelog:new` to generate a changelog entry ``` after: ``` Do 4 steps: 1. Modify the description of RSpec/CopName in config/default.yml 2. Implement your new cop in the generated file! 3. Add an entry about new cop to CHANGELOG.md 4. Commit your new cop with a message such as e.g. "Add new `RSpec/CopName` cop" ```
- Loading branch information