Add home controller test
Co-authored-by: viehlieb <pf@pragma-shift.net> Co-authored-by: Tobias Kneuker <tk@pragma-shift.net>
This commit is contained in:
parent
1c2ca42dda
commit
f2965e6673
6 changed files with 236 additions and 4 deletions
1
Gemfile
1
Gemfile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue