From ae1c07408eb367ba4d72198e0f4c09efccf67153 Mon Sep 17 00:00:00 2001 From: Kornelius Kalnbach Date: Sun, 24 Nov 2019 17:18:35 +0100 Subject: merge coverage --- test/functional/for_redcloth.rb | 1 + test/functional/suite.rb | 1 + 2 files changed, 2 insertions(+) (limited to 'test/functional') diff --git a/test/functional/for_redcloth.rb b/test/functional/for_redcloth.rb index d2b53f8..05c6e2d 100644 --- a/test/functional/for_redcloth.rb +++ b/test/functional/for_redcloth.rb @@ -1,3 +1,4 @@ +require 'simplecov' require 'test/unit' $:.unshift File.expand_path('../../../lib', __FILE__) diff --git a/test/functional/suite.rb b/test/functional/suite.rb index ec23eec..f87ca0f 100644 --- a/test/functional/suite.rb +++ b/test/functional/suite.rb @@ -1,3 +1,4 @@ +require 'simplecov' require 'test/unit' $VERBOSE = $CODERAY_DEBUG = true -- cgit v1.2.1