Replaced rcov by simplecov

This commit is contained in:
mgawlista
2012-04-08 14:29:39 +02:00
parent 9b3e49d111
commit 3041c7f094
5 changed files with 37 additions and 6 deletions
+10
View File
@@ -1,3 +1,13 @@
require 'simplecov'
if ENV["COVERAGE"]
SimpleCov.start do
add_filter '/gems/'
add_filter '/test/'
add_filter '/spec/'
end
end
require 'rubygems'
require 'bundler'
begin