-T, [--skip-test], [--no-skip-test] # Skip test files
[--skip-system-test], [--no-skip-system-test] # Skip system test files
...so your assert_valid_options method needs a slight tweak to account for this properly.
I hesitate to call this an "issue", but I'm getting so much value from your work here and I noticed you've missed something that recently changed, so I'm paying it back!
From
rails new --help
:...so your
assert_valid_options
method needs a slight tweak to account for this properly.I hesitate to call this an "issue", but I'm getting so much value from your work here and I noticed you've missed something that recently changed, so I'm paying it back!