Skip to content

Instantly share code, notes, and snippets.

@rogpeppe
Last active July 30, 2019 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rogpeppe/d77e9f548538590b62002ca041f76893 to your computer and use it in GitHub Desktop.
Save rogpeppe/d77e9f548538590b62002ca041f76893 to your computer and use it in GitHub Desktop.
package libcni_test
import (
"github.com/onsi/ginkgo"
"github.com/onsi/gomega"
)
var (
AfterEach = gingko.AfterEach
BeforeEach = gingko.BeforeEach
Bytes = gingko.Bytes
Context = gingko.Context
Describe = gingko.Describe
BeFalse = gomega.BeFalse
BeNil = gomega.BeNil
BeTrue = gomega.BeTrue
ConsistOf = gomega.ConsistOf
ContainSubstring = gomega.ContainSubstring
Equal = gomega.Equal
Expect = gomega.Expect
HaveOccurred = gomega.HaveOccurred
MatchError = gomega.MatchError
MatchJSON = gomega.MatchJSON
Succeed = gomega.Succeed
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment