Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 434 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 434 Bytes

Specsy

Specsy is a BDD-style unit-level testing framework for Scala. It safely isolates mutable state and supports writing self-documenting tests/specifications.

For more information see http://specsy.org

Developing

Starting a Docker based development environment:

docker-compose pull
docker-compose run --rm dev

Starting a local server for the web site:

docker-compose run --rm --service-ports site