Skip to content

Commit

Permalink
feat(rubocop): add run_test! example group for swagger in rpsec when …
Browse files Browse the repository at this point in the history
…API REST is selected
  • Loading branch information
GabrielLyonB committed Jul 23, 2021
1 parent aac966c commit 6458070
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Unreleased

Features
- Include `run_test` as a valid example group [#379](https://github.com/platanus/potassium/pull/379)
- Updates ActiveAdmin installation to use webpacker [#350](https://github.com/platanus/potassium/pull/350)
- Replaces Active Skin with Arctic Admin [#350](https://github.com/platanus/potassium/pull/350)

Expand Down
1 change: 1 addition & 0 deletions lib/potassium/recipes/api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def add_power_api
end

add_readme_section :internal_dependencies, :power_api
append_to_file('.rubocop.yml', "RSpec:\n Includes:\n Examples:\n - run_test!")

after(:gem_install) do
generate "power_api:install"
Expand Down

0 comments on commit 6458070

Please sign in to comment.