summaryrefslogtreecommitdiff
path: root/test/functional/suite.rb
diff options
context:
space:
mode:
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