Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | show relative path the rerun snippet of test runner in rails engine | yuuji.yaginuma | 2015-12-10 | 1 | -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 ``` |