An open API service indexing awesome lists of open source software.

https://github.com/abailly/functional-testing-reboot

Materials for Agile Tour 2011 session on Specification by Example and Acceptance Test-Driven Development
https://github.com/abailly/functional-testing-reboot

Last synced: about 1 year ago
JSON representation

Materials for Agile Tour 2011 session on Specification by Example and Acceptance Test-Driven Development

Awesome Lists containing this project

README

          

# How to Build

1. Install pandoc (eg. `sudo apt-get install pandoc` on debian-based systems)
2. Run following command inside project's directory

`pandoc -i -w slidy -s slides.md -o slides.html --offline --data-dir .`