Add simplecov gem

This commit is contained in:
rebuilt 2022-01-31 16:04:43 +01:00
parent f30f359406
commit 5c2b81c846
4 changed files with 14 additions and 1 deletions

View file

@ -66,11 +66,11 @@ group :development do
# Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
gem 'listen', '~> 3.0.5'
gem 'web-console'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'bullet'
gem 'nested_scaffold'
gem 'rubocop', require: false
gem 'seed_dump'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'
end
@ -81,6 +81,7 @@ group 'test' do
gem 'launchy'
gem 'rails-controller-testing'
gem 'rspec-rails', '~> 4.1.2'
gem 'simplecov', require: false
gem 'timecop'
end