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.
2 parents acf6e04 + ca72019 commit 1d0aee8Copy full SHA for 1d0aee8
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