Skip to content

Commit

Permalink
Add missing Changelog entry + on_numblock
Browse files Browse the repository at this point in the history
  • Loading branch information
bquorning committed Oct 21, 2022
1 parent db3f827 commit bc43dd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* 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][])

## 2.13.2 (2022-09-23)

Expand Down
2 changes: 2 additions & 0 deletions lib/rubocop/cop/rspec/sort_metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ def on_block(node)
end
end

alias on_numblock on_block

private

def investigate(symbols, pairs)
Expand Down

0 comments on commit bc43dd6

Please sign in to comment.