add controller tests

This commit is contained in:
Philipp Rothmann 2023-01-05 13:44:20 +01:00
parent 1c2ca42dda
commit 21aa24c010
16 changed files with 1140 additions and 4 deletions

View file

@ -112,6 +112,7 @@ group :test do
gem 'rspec-core'
gem 'rspec-rerun'
gem 'i18n-spec'
gem 'rails-controller-testing'
# code coverage
gem 'simplecov', require: false
gem 'simplecov-lcov', require: false