datafoodconsortium / connector-codegen

An Acceleo project to generate the source code of the DFC connector into all the supported programming languages.
MIT License
3 stars 3 forks source link

Rewrite MiniTest tests as Rspec specs #9

Closed mkllnk closed 9 months ago

mkllnk commented 9 months ago

Rspec is very popular amongst Ruby developers and used in more gems than MiniTest. It also offers more features down the line and I noticed that it was 20% faster.

It's easier to switch now than later when we got more tests.