summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-05-13 14:53:23 +0900
committerRandy Morgan <[email protected]>2012-05-13 14:53:23 +0900
commit373bae8d267549fb10b670e1fba4bdcd4bcc4167 (patch)
treea188fa7414a9508535668e30e71e325c4ab6da34 /test
parentc2bdd517720d8f4640e7e06962417a4c5b0f02c7 (diff)
downloadcaxlsx-373bae8d267549fb10b670e1fba4bdcd4bcc4167.tar.gz
caxlsx-373bae8d267549fb10b670e1fba4bdcd4bcc4167.zip
exclude cover_me gem from 1.8.7
Diffstat (limited to 'test')
-rw-r--r--test/tc_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tc_helper.rb b/test/tc_helper.rb
index ce65da91..84e834c4 100644
--- a/test/tc_helper.rb
+++ b/test/tc_helper.rb
@@ -1,4 +1,4 @@
$LOAD_PATH.unshift "#{File.dirname(__FILE__)}/../lib"
-require 'cover_me'
+require 'cover_me' unless RUBY_VERSION == '1.8.7'
require 'test/unit'
require "axlsx.rb"