X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/17c335f710c5f855f61c13fe69594d7ec439b007..002f863605469cee7e112f4c16a78e3b6278672c:/apps/workbench/Gemfile diff --git a/apps/workbench/Gemfile b/apps/workbench/Gemfile index ee43a895c7..bcbe3ef36f 100644 --- a/apps/workbench/Gemfile +++ b/apps/workbench/Gemfile @@ -29,6 +29,11 @@ group :test do gem 'capybara' gem 'poltergeist' gem 'headless' + # Note: "require: false" here tells bunder not to automatically + # 'require' the packages during application startup. Installation is + # still mandatory. + gem 'simplecov', '~> 0.7.1', require: false + gem 'simplecov-rcov', require: false end gem 'jquery-rails'