2756: improve the data displayed in event log display area.
[arvados.git] / apps / workbench / Gemfile
index ee43a895c713c3d995164f35e93a1ed78af659f9..bcbe3ef36fd40d85c02f1302383a9acef2942b81 100644 (file)
@@ -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'