go integration tests with ginkgo and gomega

from blog blog, | ↗ original
go integration tests with ginkgo and gomega Today, I’ve checked out the BDD1 testing framework ginkgo with the matcher library gomega for integration tests with go. The motivation was to find an alternative for my go-to testing framework rspec. Although in ruby, I anyway used it for go projects like blogctl. rspec - Were I came from Integration...