mattbrictson/rails-template

Rails 6 no longer uses `--skip-test-unit` option

lorennorman opened this issue · 1 comments

From rails new --help:

  -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!

Nice catch, thanks! Glad to hear this project is helping you! ❤️