From 61c4be477706b721688e36a3168f86aabc625658 Mon Sep 17 00:00:00 2001 From: Fumiaki MATSUSHIMA Date: Mon, 25 Mar 2019 02:59:28 +0900 Subject: Output junit format test report --- activesupport/test/abstract_unit.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport/test') diff --git a/activesupport/test/abstract_unit.rb b/activesupport/test/abstract_unit.rb index 62356e4d46..01e60abd99 100644 --- a/activesupport/test/abstract_unit.rb +++ b/activesupport/test/abstract_unit.rb @@ -40,3 +40,5 @@ class ActiveSupport::TestCase skip message if defined?(JRUBY_VERSION) end end + +require_relative "../../tools/test_common" -- cgit v1.2.3