diff --git a/CHANGELOG.md b/CHANGELOG.md index 666e18af..4b128858 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lib/potassium/recipes/api.rb b/lib/potassium/recipes/api.rb index 90352b19..f0a668c3 100644 --- a/lib/potassium/recipes/api.rb +++ b/lib/potassium/recipes/api.rb @@ -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"