Since Bundler 2.2.0.rc.1, the bundle gem command has supported -t test-unit, I think that making the workaround in the getting-started — test-unit documentation unnecessary.
Currently, 3. Create gem template. section suggests generating a gem template with -t minitest and then manually modifying it for test-unit.
Should we update it to use the following instead?:
$ bundle gem -t test-unit sample
If so, should we also remove 4. Edit files for test-unit section?