aboutsummaryrefslogtreecommitdiffstats
path: root/actiontext/test
diff options
context:
space:
mode:
authorFumiaki MATSUSHIMA <mtsmfm@gmail.com>2019-03-25 02:59:28 +0900
committerFumiaki MATSUSHIMA <mtsmfm@gmail.com>2019-04-04 14:34:46 +0900
commit61c4be477706b721688e36a3168f86aabc625658 (patch)
tree3d9ce1d421c125d22a58723a16a33b689ac3071f /actiontext/test
parent39d42dbde2571a9a713007c1a8e9f202e004cdeb (diff)
downloadrails-61c4be477706b721688e36a3168f86aabc625658.tar.gz
rails-61c4be477706b721688e36a3168f86aabc625658.tar.bz2
rails-61c4be477706b721688e36a3168f86aabc625658.zip
Output junit format test report
Diffstat (limited to 'actiontext/test')
-rw-r--r--actiontext/test/test_helper.rb2
1 files changed, 2 insertions, 0 deletions
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"