aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/argv_scrubber_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix "warning: assigned but unused variable - message"yuuji.yaginuma2017-10-121-2/+1
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* applies new string literal convention in railties/testXavier Noria2016-08-061-32/+32
* Revert "Merge pull request #15305 from tgxworld/remove_unnecessary_require"Santiago Pastorino2014-07-301-1/+1
* Remove unnecessary require of Minitest.Guo Xiang Tan2014-05-241-1/+1
* rename `str` to `string` to fix overshadowing of variableVipul A M2014-05-071-1/+1
* add a test for whitespace separated args in the rc fileAaron Patterson2013-10-301-0/+16
* there is no reason for ARGV[0] to be nilAaron Patterson2013-10-301-2/+2
* add a comment to people of the futureAaron Patterson2013-10-301-1/+5
* adding a test for --help defaultsAaron Patterson2013-10-301-0/+7
* change the test to make argv a little more realisticAaron Patterson2013-10-301-7/+6
* adding a test for the current behaviorAaron Patterson2013-10-301-0/+18
* add a test for the rc commandline optionAaron Patterson2013-10-301-0/+18
* remove useless assertionsAaron Patterson2013-10-301-2/+0
* test some of the rc specificationAaron Patterson2013-10-301-3/+43
* forgot the test, oops!Aaron Patterson2013-10-301-0/+36