X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4f552c0187f8c31d94ff74485c57ef7f9888597e..f5339841222a2ac17d3c04d4e9912c0608041b2f:/apps/workbench/Gemfile diff --git a/apps/workbench/Gemfile b/apps/workbench/Gemfile index 1e43d1c522..bcbe3ef36f 100644 --- a/apps/workbench/Gemfile +++ b/apps/workbench/Gemfile @@ -28,7 +28,12 @@ group :test do gem 'selenium-webdriver' gem 'capybara' gem 'poltergeist' - gem 'capybara-webkit' + 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'