mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
Add simplecov gem
This commit is contained in:
parent
f30f359406
commit
5c2b81c846
4 changed files with 14 additions and 1 deletions
3
Gemfile
3
Gemfile
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue