aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/plugin_test_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* applies new string literal convention in railties/testXavier Noria2016-08-061-3/+3
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* show relative path the rerun snippet of test runner in rails engineyuuji.yaginuma2015-12-101-0/+24
Since the absolute path is not required to re-run the test, modified so that unnecessary information is not displayed. ```ruby # before bin/rails test /path/to/blorgh/test/integration/navigation_test.rb:5 # after bin/rails test test/integration/navigation_test.rb:5 ```