summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorBartosz Kopiński <bartosz.kopinski@netguru.pl>2014-11-27 07:09:36 +0100
committerBartosz Kopiński <bartosz.kopinski@netguru.pl>2014-11-27 07:09:36 +0100
commit60b8e803d0ae4b46fcf17a93f5b62133d57abc38 (patch)
tree0a8fe0100c92c81782cc098e44953ac95c1dd375 /Gemfile
parent0bd90ea931b93b88d7837cc92ec33717672ab001 (diff)
downloadhashie-60b8e803d0ae4b46fcf17a93f5b62133d57abc38.tar.gz
Code coverage reporting
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index a898f22..2bbb710 100644
--- a/Gemfile
+++ b/Gemfile
@@ -19,4 +19,5 @@ gemspec
group :test do
# ActiveSupport required to test compatibility with ActiveSupport Core Extensions.
gem 'activesupport', require: false
+ gem 'codeclimate-test-reporter', require: false
end