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 --- actionmailbox/test/test_helper.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actionmailbox') diff --git a/actionmailbox/test/test_helper.rb b/actionmailbox/test/test_helper.rb index bf93df1029..09f6cc818d 100644 --- a/actionmailbox/test/test_helper.rb +++ b/actionmailbox/test/test_helper.rb @@ -54,3 +54,5 @@ class BounceMailer < ActionMailer::Base end end end + +require_relative "../../tools/test_common" -- cgit v1.2.3