Skip to content

Commit a5fe574

Browse files
committed
also disable for Ruby 1.8.7
1 parent 70ea6b7 commit a5fe574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
unless RUBY_VERSION[/^2.3/]
1+
if RUBY_VERSION >= '1.9' && !RUBY_VERSION[/^2.3/]
22
require 'simplecov'
33
SimpleCov.start
44
end

0 commit comments

Comments
 (0)