| Commit message (Expand) | Author | Age | Files | Lines |
* | Need to use `klass` to get the class name of the test result | yuuji.yaginuma | 2018-01-03 | 1 | -5/+4 |
* | Correctly get source location | yuuji.yaginuma | 2018-01-03 | 1 | -0/+1 |
* | Adding frozen_string_literal pragma to Railties. | Pat Allan | 2017-08-14 | 1 | -0/+2 |
* | * Don't eagerly require Rails' minitest plugin. | Kasper Timm Hansen | 2017-07-10 | 1 | -3/+6 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | Should escape meta characters in regexp | Ryuta Kamizono | 2017-05-07 | 1 | -5/+5 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -30/+30 |
* | applies new string literal convention in railties/test | Xavier Noria | 2016-08-06 | 1 | -8/+8 |
* | modify to `error` also abort when specify fail fast option | yuuji.yaginuma | 2016-02-17 | 1 | -3/+14 |
* | fix more failing tests due to 07e422f ... :pray: | Yves Senn | 2016-02-15 | 1 | -2/+2 |
* | Add colored output to the new test reporter. | Lucas Mazza | 2015-12-22 | 1 | -3/+35 |
* | display detailed information in inline reporting | yuuji.yaginuma | 2015-12-21 | 1 | -3/+6 |
* | Don't match specific line numbers in reporter tests. | Kasper Timm Hansen | 2015-11-12 | 1 | -4/+4 |
* | Output inline is set to true in the plugin. | Kasper Timm Hansen | 2015-10-07 | 1 | -2/+2 |
* | Add fail fast to test runner. | Kasper Timm Hansen | 2015-09-29 | 1 | -0/+24 |
* | Add inline failure reporting to test runner. | Kasper Timm Hansen | 2015-09-28 | 1 | -1/+36 |
* | do not show "Failed tests" message when a failed test is not | yuuji.yaginuma | 2015-06-23 | 1 | -0/+1 |
* | remove unused variable in reporter test | yuuji.yaginuma | 2015-06-22 | 1 | -1/+0 |
* | make it possible to customize the executable inside rereun snippets. | Yves Senn | 2015-06-13 | 1 | -0/+14 |
* | Improve test runner's Minitest integration. | Kasper Timm Hansen | 2015-06-04 | 1 | -111/+0 |
* | Use absolute path on find_method location for the runner | Arthur Neves | 2015-03-19 | 1 | -4/+5 |
* | Fix reporter test and verbose mode | Arthur Neves | 2015-03-18 | 1 | -9/+7 |
* | move `ENV["BACKTRACE"]` support into the TestRunner. | Yves Senn | 2015-03-18 | 1 | -0/+10 |
* | use `bin/rails t` runner in `test_runner_test.rb`. | Yves Senn | 2015-03-18 | 1 | -4/+3 |
* | Fix relative dir call on test runner | Arthur Neves | 2015-03-18 | 1 | -10/+14 |
* | Add tests for runner#test_files method | Arthur Neves | 2015-03-18 | 1 | -0/+14 |
* | Run multiple files on runner | Arthur Neves | 2015-03-18 | 1 | -2/+16 |
* | `-e` / `--environment` for the test runner. | Yves Senn | 2015-03-18 | 1 | -0/+14 |
* | get rid of NAMED_PATTERNS in favor of running a whole directory | Yves Senn | 2015-03-18 | 1 | -0/+8 |
* | add tests for our minitest reporter. | Yves Senn | 2015-03-18 | 1 | -0/+76 |
* | Better file:line parsing and filter method by file too | Arthur Neves | 2015-03-18 | 1 | -0/+26 |
* | spike of a `OptionParser` backed test runner. | Yves Senn | 2015-03-18 | 1 | -0/+21 |