X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f7e3001b53e9f26fd1d413308093bb9700bb9287..67414a0a471a8046dac310c9a924ae6c0ce674c8:/apps/workbench/Gemfile diff --git a/apps/workbench/Gemfile b/apps/workbench/Gemfile index be937f7b8d..49f82f5315 100644 --- a/apps/workbench/Gemfile +++ b/apps/workbench/Gemfile @@ -37,12 +37,20 @@ group :development do gem 'ruby-debug-passenger' end -group :test do - gem 'rvm-capistrano' +group :test, :diagnostics do gem 'selenium-webdriver' gem 'capybara' gem 'poltergeist' gem 'headless' +end + +group :test, :performance do + gem 'rails-perftest' + gem 'ruby-prof' +end + +group :test do + gem 'rvm-capistrano' # Note: "require: false" here tells bunder not to automatically # 'require' the packages during application startup. Installation is # still mandatory.