The project currently checks in all vendored dependencies. Our vendoring tool of choice at present is dep.
Adding a dependency is relatively straightforward:
dep ensure -add github.com/some-user/some-dep
You'll need ginkgo! You can install it here.
Then you can run the tests like this:
ginkgo -r -race -p .