[x] Run bundle exec rubocop to test for code style violations and recommendations
[x] ~Add Unit Tests (aka specs/*_spec.rb) if applicable~
[x] ~Run bundle exec rspec to run the whole test suite and ensure all your tests pass~
[x] Make sure you added an entry in the CHANGELOG.md file to describe your changes under the appropriate existing ### subsection of the existing ## Trunk section.
[x] ~If applicable, add an entry in the MIGRATION.md file to describe how the changes will affect the migration from the previous major version and what the clients will need to change and consider.~
What does it do?
What it says on the tin.
Checklist before requesting a review
bundle exec rubocop
to test for code style violations and recommendationsspecs/*_spec.rb
) if applicable~bundle exec rspec
to run the whole test suite and ensure all your tests pass~CHANGELOG.md
file to describe your changes under the appropriate existing###
subsection of the existing## Trunk
section.MIGRATION.md
file to describe how the changes will affect the migration from the previous major version and what the clients will need to change and consider.~