X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6a7ffd91ec95950588b95d3f29599d07d8447c16..002f863605469cee7e112f4c16a78e3b6278672c:/apps/workbench/Gemfile diff --git a/apps/workbench/Gemfile b/apps/workbench/Gemfile index add86935a5..bcbe3ef36f 100644 --- a/apps/workbench/Gemfile +++ b/apps/workbench/Gemfile @@ -29,7 +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'