Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Merge pull request #15305 from tgxworld/remove_unnecessary_require" | Santiago Pastorino | 2014-07-30 | 1 | -1/+1 |
| | | | | | | | This reverts commit f632f79b8dcd144408c66a544984b2ba9cf52f87, reversing changes made to 98c7fe87690ca4de6c46e8f69806e82e3f8af42d. Closes #16343 | ||||
* | Remove unnecessary require of Minitest. | Guo Xiang Tan | 2014-05-24 | 1 | -1/+1 |
| | | | | Minitest has already been required when calling Minitest.autorun. | ||||
* | rename `str` to `string` to fix overshadowing of variable | Vipul A M | 2014-05-07 | 1 | -1/+1 |
| | |||||
* | add a test for whitespace separated args in the rc file | Aaron Patterson | 2013-10-30 | 1 | -0/+16 |
| | |||||
* | there is no reason for ARGV[0] to be nil | Aaron Patterson | 2013-10-30 | 1 | -2/+2 |
| | |||||
* | add a comment to people of the future | Aaron Patterson | 2013-10-30 | 1 | -1/+5 |
| | |||||
* | adding a test for --help defaults | Aaron Patterson | 2013-10-30 | 1 | -0/+7 |
| | |||||
* | change the test to make argv a little more realistic | Aaron Patterson | 2013-10-30 | 1 | -7/+6 |
| | |||||
* | adding a test for the current behavior | Aaron Patterson | 2013-10-30 | 1 | -0/+18 |
| | |||||
* | add a test for the rc commandline option | Aaron Patterson | 2013-10-30 | 1 | -0/+18 |
| | |||||
* | remove useless assertions | Aaron Patterson | 2013-10-30 | 1 | -2/+0 |
| | |||||
* | test some of the rc specification | Aaron Patterson | 2013-10-30 | 1 | -3/+43 |
| | |||||
* | forgot the test, oops! | Aaron Patterson | 2013-10-30 | 1 | -0/+36 |