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 acf6e04 commit ca72019Copy full SHA for ca72019
test/json/test_helper.rb
@@ -1,5 +1,8 @@
1
$LOAD_PATH.unshift(File.expand_path('../../../ext', __FILE__), File.expand_path('../../../lib', __FILE__))
2
3
+require 'coverage'
4
+Coverage.start
5
+
6
begin
7
require 'simplecov'
8
rescue LoadError
0 commit comments