summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2019-11-24 16:54:03 +0100
committerKornelius Kalnbach <murphy@rubychan.de>2019-11-24 16:54:03 +0100
commitf3b1f3dc9dbf1145e3244c1cc6d81438c180ea29 (patch)
tree3ea186e9fa0c2cb6ba54436eb0f6069210d8d190 /spec
parente18aa32071f4ca83a622c9ed600b1cf4145edc06 (diff)
downloadcoderay-f3b1f3dc9dbf1145e3244c1cc6d81438c180ea29.tar.gz
disable specs for Ruby 1.8.7
Diffstat (limited to 'spec')
-rw-r--r--spec/spec_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 282f576..78a60b2 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,4 +1,4 @@
-if RUBY_VERSION >= '1.9' && !RUBY_VERSION[/^2.3/]
+unless RUBY_VERSION[/^2.3/]
require 'simplecov'
SimpleCov.start
end