.simplecov added

This commit is contained in:
erwanlr
2013-01-17 13:32:17 +01:00
parent 0894b8f5b5
commit 30b3c7fa7b

View File

@@ -22,12 +22,6 @@
# Code Coverage (only works with ruby >= 1.9) # Code Coverage (only works with ruby >= 1.9)
if RUBY_VERSION >= "1.9" if RUBY_VERSION >= "1.9"
require 'simplecov' require 'simplecov'
SimpleCov.start do
add_filter "/spec/"
add_filter "_helper.rb"
add_filter "environment.rb"
add_filter "_plugin.rb"
end
end end
require File.expand_path(File.dirname(__FILE__) + '/../lib/common_helper') require File.expand_path(File.dirname(__FILE__) + '/../lib/common_helper')