Skip to content

Move testing to minitest #6

@coderhs

Description

@coderhs

I feel the spec library of crystal is really limiting. As for example I am declaring the array variable on each case, instead of having a before_each. Guess I can blame my testing background for rspec and minitest for that 😬

I suggestion https://github.com/ysbaddaden/minitest.cr as it has the features like let or we can use spec2 (https://github.com/waterlink/spec2.cr) which has stuff like random order, before for current and nested context.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions