aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/plugin/test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add wrapper for plugin's test runneryuuji.yaginuma2017-02-221-0/+7
Currently, private API is directly used in `bin/test`. It is necessary to change `bin/test` when changing private API. To avoid this, provide a wrapper file and modify `bin/test` to just require that file.