/j8spec

Library that allows tests written in Java to follow the BDD style introduced by RSpec and Jasmine.

Primary LanguageJavaMIT LicenseMIT

J8Spec Build Status

J8Spec is a library that allows tests written in Java to follow the BDD style introduced by RSpec and Jasmine.

More details here: j8spec.github.io.

How to build it

Requirements:

Then run:

$ cd j8spec
$ ./gradlew

That's it.