Add codeclimate-test-reporter integration

This commit is contained in:
Petr Korolev
2015-03-29 21:47:39 +03:00
parent 4b0642cc6d
commit 2590883c3a
3 changed files with 9 additions and 2 deletions

View File

@@ -10,4 +10,5 @@ group :test do
gem 'rubocop'
gem 'coveralls', require: false
gem 'simplecov', require: false
gem "codeclimate-test-reporter"
end