X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/76e20e694fbe708e17e57a2e0b1c36aca6e8d7d0..64d339fa3eb693908ea107a10a4c376ba3b51d7b:/services/api/Gemfile diff --git a/services/api/Gemfile b/services/api/Gemfile index 4357887351..b0f85124a0 100644 --- a/services/api/Gemfile +++ b/services/api/Gemfile @@ -6,7 +6,11 @@ gem 'rails', '~> 3.2.0' # gem 'rails', :git => 'git://github.com/rails/rails.git' group :test, :development do - gem 'sqlite3' + # 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 # This might not be needed in :test and :development, but we load it