Skip to content

Instantly share code, notes, and snippets.

@markstgodard
Created March 21, 2019 01:55
Show Gist options
  • Save markstgodard/b0d49541d202abfd0849834922d7f2b4 to your computer and use it in GitHub Desktop.
Save markstgodard/b0d49541d202abfd0849834922d7f2b4 to your computer and use it in GitHub Desktop.
package adder_test
import (
"testing"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
)
func TestAdder(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Adder Suite")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment