aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/test_unit/reporter_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Show rails instead of bin/rails on USAGE instructionsAlberto Almagro2018-07-061-5/+5
* Need to use `klass` to get the class name of the test resultyuuji.yaginuma2018-01-031-5/+4
* Correctly get source locationyuuji.yaginuma2018-01-031-0/+1
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* * Don't eagerly require Rails' minitest plugin.Kasper Timm Hansen2017-07-101-3/+6
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Should escape meta characters in regexpRyuta Kamizono2017-05-071-5/+5
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-30/+30
* applies new string literal convention in railties/testXavier Noria2016-08-061-8/+8
* modify to `error` also abort when specify fail fast optionyuuji.yaginuma2016-02-171-3/+14
* fix more failing tests due to 07e422f ... :pray:Yves Senn2016-02-151-2/+2
* Add colored output to the new test reporter.Lucas Mazza2015-12-221-3/+35
* display detailed information in inline reportingyuuji.yaginuma2015-12-211-3/+6
* Don't match specific line numbers in reporter tests.Kasper Timm Hansen2015-11-121-4/+4
* Output inline is set to true in the plugin.Kasper Timm Hansen2015-10-071-2/+2
* Add fail fast to test runner.Kasper Timm Hansen2015-09-291-0/+24
* Add inline failure reporting to test runner.Kasper Timm Hansen2015-09-281-1/+36
* do not show "Failed tests" message when a failed test is notyuuji.yaginuma2015-06-231-0/+1
* remove unused variable in reporter testyuuji.yaginuma2015-06-221-1/+0
* make it possible to customize the executable inside rereun snippets.Yves Senn2015-06-131-0/+14
* Fix reporter test and verbose modeArthur Neves2015-03-181-9/+7
* add tests for our minitest reporter.Yves Senn2015-03-181-0/+76