Skip to content

A Set Abstract Data Type implementing using Ginkgo and Gomega to drive the tests.

License

Notifications You must be signed in to change notification settings

testingallthethings/013-ginkgo-gomega

Repository files navigation

Episode 013 Ginkgo & Gomega

It's another Go episode of the Testing All The Things Screencast.

In this video we start looking at Ginkgo a BDD spec framework for Go. We use it to drive out the implementation of a Set (Abstract Data Type). We use the accompany assertion/matching library Gomega.

Episode 013 Ginkgo & Gomega