Skip to content

Instantly share code, notes, and snippets.

@markstgodard
Created March 21, 2019 01:58
Show Gist options
  • Save markstgodard/6f4b671a0edea6f0bc1dfda2493712ac to your computer and use it in GitHub Desktop.
Save markstgodard/6f4b671a0edea6f0bc1dfda2493712ac to your computer and use it in GitHub Desktop.
addr_test.go (ginkgo)
package adder_test
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
. "github.com/markstgodard/adder"
)
var _ = Describe("Adder", func() {
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment