Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70ea6b7 commit a5fe574Copy full SHA for a5fe574
spec/spec_helper.rb
@@ -1,4 +1,4 @@
1
-unless RUBY_VERSION[/^2.3/]
+if RUBY_VERSION >= '1.9' && !RUBY_VERSION[/^2.3/]
2
require 'simplecov'
3
SimpleCov.start
4
end
0 commit comments