Source for a 10-15 min talk on Ginkgo BDD Testing Framework.
Created for Edinburgh Golang Meetup - Lightning Talks - May
View at gitpitch.com/LewisWatson/Ginkgo-BDD-Testing-Framework-Lightning-Talk
Download the zip from gitpitch. Extract to a directory then run from a web server
wget https://gitpitch.com/pitchme/offline/github/LewisWatson/Ginkgo-BDD-Testing-Framework-Lightning-Talk/master/white/PITCHME.zip
unzip PITCHME.zip
cd PITCHME
python -m http.server
firefox http://localhost:8000
Press S
to open popup with notes.
See Step 1