summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-11-23 15:08:42 +0900
committerRandy Morgan <[email protected]>2012-11-23 15:08:42 +0900
commit55f4e147bf2bf687ba97aee2cb8a3c717f878fe2 (patch)
treeedc60e077975b199e2b1c5dfab4fb346e934b37f /test
parent1b89bb7c0835683bbc42017b6815d6471de73ad9 (diff)
downloadcaxlsx-55f4e147bf2bf687ba97aee2cb8a3c717f878fe2.tar.gz
caxlsx-55f4e147bf2bf687ba97aee2cb8a3c717f878fe2.zip
Updated thin_chars and replaced cover_me with simplecov
Diffstat (limited to 'test')
-rw-r--r--test/tc_helper.rb6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/tc_helper.rb b/test/tc_helper.rb
index 84e834c4..34f7f22d 100644
--- a/test/tc_helper.rb
+++ b/test/tc_helper.rb
@@ -1,4 +1,8 @@
$LOAD_PATH.unshift "#{File.dirname(__FILE__)}/../lib"
-require 'cover_me' unless RUBY_VERSION == '1.8.7'
+require 'simplecov'
+SimpleCov.start do
+ add_filter "/test/"
+end
+
require 'test/unit'
require "axlsx.rb"