diff options
author | Matthew Draper <matthew@trebex.net> | 2019-04-04 21:57:41 +1030 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-04 21:57:41 +1030 |
commit | fd81e83be7a6fcaa34467ff3d01ab6f66c922d6c (patch) | |
tree | 80bff03a8f2a17ad2bca9d7bbce02a8f55f40050 /Gemfile | |
parent | c9981ae6e022023a46dbab2ace62f7eb256a0816 (diff) | |
parent | 61c4be477706b721688e36a3168f86aabc625658 (diff) | |
download | rails-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 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -102,6 +102,7 @@ instance_eval File.read local_gemfile if File.exist? local_gemfile group :test do gem "minitest-bisect" gem "minitest-retry" + gem "minitest-reporters" platforms :mri do gem "stackprof" |