Move "feed" classes into app/feeds

This commit is contained in:
Matt Jankowski 2024-09-12 11:23:32 -04:00
parent 0226bbe516
commit 7e98f95551
10 changed files with 1 additions and 0 deletions

View file

@ -18,6 +18,7 @@ unless ENV['DISABLE_SIMPLECOV'] == 'true'
add_filter 'lib/linter'
add_group 'Feeds', 'app/feeds'
add_group 'Libraries', 'lib'
add_group 'Policies', 'app/policies'
add_group 'Presenters', 'app/presenters'