/specs2

Software Specifications for Scala

Primary LanguageScalaOtherNOASSERTION

Build Status Join the chat at https://gitter.im/etorreborre/specs2

Installation instructions

You need to download and install sbt. Then execute the following command:

sbt update publish-local

Then you can generate the User Guide with:

sbt

test-only org.specs2.guide.UserGuide -- html

This should create html files in the target/specs2-reports directory.