Skip to content

doc: bundle gem -t test-unit is now supported #295

@tikkss

Description

@tikkss

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions