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 --- actiontext/test/test_helper.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actiontext/test') diff --git a/actiontext/test/test_helper.rb b/actiontext/test/test_helper.rb index 196fba8c99..51a207f76a 100644 --- a/actiontext/test/test_helper.rb +++ b/actiontext/test/test_helper.rb @@ -31,3 +31,5 @@ class ActiveSupport::TestCase ActiveStorage::Blob.create_after_upload! io: file_fixture(filename).open, filename: filename, content_type: content_type, metadata: metadata end end + +require_relative "../../tools/test_common" -- cgit v1.2.3