j8spec

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

MIT License

Stars
46
Committers
1

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.