From a12227c07a01ad7200dcbced8610cbbf38627870 Mon Sep 17 00:00:00 2001 From: "maul.esel" Date: Thu, 12 Sep 2013 21:05:56 +0200 Subject: [PATCH] setup coveralls for unit tests --- test/helper.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/helper.rb b/test/helper.rb index 3ee3f2b6..b54bf01f 100644 --- a/test/helper.rb +++ b/test/helper.rb @@ -2,6 +2,9 @@ if RUBY_VERSION > '1.9' && ENV["COVERAGE"] == "true" require 'simplecov' require 'simplecov-gem-adapter' SimpleCov.start('gem') + + require 'coveralls' + Coveralls.wear_merged! end require 'rubygems'