summaryrefslogtreecommitdiff
path: root/test/functional/suite.rb
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2019-11-24 17:28:51 +0100
committerKornelius Kalnbach <murphy@rubychan.de>2019-11-24 17:28:51 +0100
commitac45fe740c0ad9f89f7cd0c3620815e9033cb1e9 (patch)
tree5aae9b5d49d3992385ad7fb7dead7a668a13325a /test/functional/suite.rb
parenta302ace1272a57a2d76da63afa8fd6a0ee9a4c70 (diff)
downloadcoderay-ac45fe740c0ad9f89f7cd0c3620815e9033cb1e9.tar.gz
don't load simplecov on Ruby 1.8.7
Diffstat (limited to 'test/functional/suite.rb')
-rw-r--r--test/functional/suite.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/suite.rb b/test/functional/suite.rb
index f87ca0f..2bbc29c 100644
--- a/test/functional/suite.rb
+++ b/test/functional/suite.rb
@@ -1,4 +1,4 @@
-require 'simplecov'
+require 'simplecov' if RUBY_VERSION >= '1.9'
require 'test/unit'
$VERBOSE = $CODERAY_DEBUG = true