X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4995783a3270e2f6d2d3b5226238fbbccf2864c1..f5339841222a2ac17d3c04d4e9912c0608041b2f:/apps/workbench/Gemfile diff --git a/apps/workbench/Gemfile b/apps/workbench/Gemfile index b273d9191c..bcbe3ef36f 100644 --- a/apps/workbench/Gemfile +++ b/apps/workbench/Gemfile @@ -28,6 +28,12 @@ group :test do gem 'selenium-webdriver' 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' @@ -59,4 +65,4 @@ gem 'RedCloth' gem 'piwik_analytics' gem 'httpclient' gem 'themes_for_rails' -gem "deep_merge", :require => 'deep_merge/rails_compat' \ No newline at end of file +gem "deep_merge", :require => 'deep_merge/rails_compat'