2352: when --submit is used, set the state to Ready, not RunningOnClient.
[arvados.git] / apps / workbench / Gemfile
index add86935a55827f526bdd51a02ded7c95bdccca2..bcbe3ef36fd40d85c02f1302383a9acef2942b81 100644 (file)
@@ -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'