aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/plugin_test_runner_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* show relative path the rerun snippet of test runner in rails engineyuuji.yaginuma2015-12-101-22/+3
| | | | | | | | | | | | | 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 ```
* Mac OS X use /private as directory to temp fileRafael Mendonça França2015-12-041-1/+1
| | | | Related with e62ddac05b7d827ae870898d7cd9eaf76e0730aa
* add `bin/test` script to rails pluginyuuji.yaginuma2015-11-281-0/+123