Skip to content

Commit

Permalink
also disable for Ruby 1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
korny committed Nov 24, 2019
1 parent 70ea6b7 commit a5fe574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
@@ -1,4 +1,4 @@
unless RUBY_VERSION[/^2.3/]
if RUBY_VERSION >= '1.9' && !RUBY_VERSION[/^2.3/]
require 'simplecov'
SimpleCov.start
end
Expand Down

0 comments on commit a5fe574

Please sign in to comment.