ddimtirov / nuggets

nuggets is (yet another) utility library for Java
https://ddimtirov.github.io/nuggets/javadoc/io/github/ddimitrov/nuggets/package-summary.html
Apache License 2.0
4 stars 1 forks source link

Upgrade to JUnit 5 and switch Kotlin tests to Spek #37

Open ddimtirov opened 8 years ago

ddimtirov commented 8 years ago

We currently use Spock which is built on Junit 4, while Spec requires JUnit 5 - that's why all our kotlin tests are JUnit style.

We should:

Following up on https://github.com/ddimtirov/nuggets/issues/18