aboutsummaryrefslogtreecommitdiffstats
path: root/actiontext/test/test_helper.rb
diff options
context:
space:
mode:
authorMatthew Draper <matthew@trebex.net>2019-04-04 21:57:41 +1030
committerGitHub <noreply@github.com>2019-04-04 21:57:41 +1030
commitfd81e83be7a6fcaa34467ff3d01ab6f66c922d6c (patch)
tree80bff03a8f2a17ad2bca9d7bbce02a8f55f40050 /actiontext/test/test_helper.rb
parentc9981ae6e022023a46dbab2ace62f7eb256a0816 (diff)
parent61c4be477706b721688e36a3168f86aabc625658 (diff)
downloadrails-fd81e83be7a6fcaa34467ff3d01ab6f66c922d6c.tar.gz
rails-fd81e83be7a6fcaa34467ff3d01ab6f66c922d6c.tar.bz2
rails-fd81e83be7a6fcaa34467ff3d01ab6f66c922d6c.zip
Merge pull request #35698 from mtsmfm/output-test-report
Output junit format test report
Diffstat (limited to 'actiontext/test/test_helper.rb')
-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"