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 4 forks source link

Rewrite MiniTest tests as Rspec specs #9

Closed mkllnk closed 1 year ago

mkllnk commented 1 year 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.