diff options
author | Fumiaki MATSUSHIMA <mtsmfm@gmail.com> | 2019-03-25 02:59:28 +0900 |
---|---|---|
committer | Fumiaki MATSUSHIMA <mtsmfm@gmail.com> | 2019-04-04 14:34:46 +0900 |
commit | 61c4be477706b721688e36a3168f86aabc625658 (patch) | |
tree | 3d9ce1d421c125d22a58723a16a33b689ac3071f /actionmailbox | |
parent | 39d42dbde2571a9a713007c1a8e9f202e004cdeb (diff) | |
download | rails-61c4be477706b721688e36a3168f86aabc625658.tar.gz rails-61c4be477706b721688e36a3168f86aabc625658.tar.bz2 rails-61c4be477706b721688e36a3168f86aabc625658.zip |
Output junit format test report
Diffstat (limited to 'actionmailbox')
-rw-r--r-- | actionmailbox/test/test_helper.rb | 2 |
1 files changed, 2 insertions, 0 deletions
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" |