aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/plugin_test_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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 ```