diff options
| author | Randy Morgan <[email protected]> | 2012-11-23 15:08:42 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-11-23 15:08:42 +0900 |
| commit | 55f4e147bf2bf687ba97aee2cb8a3c717f878fe2 (patch) | |
| tree | edc60e077975b199e2b1c5dfab4fb346e934b37f /test | |
| parent | 1b89bb7c0835683bbc42017b6815d6471de73ad9 (diff) | |
| download | caxlsx-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.rb | 6 |
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" |
