Skip to content

Instantly share code, notes, and snippets.

@williammartin
Last active June 21, 2019 16:25
Show Gist options
  • Select an option

  • Save williammartin/ddc6d9bd7ce8550304427407cfd2eb8d to your computer and use it in GitHub Desktop.

Select an option

Save williammartin/ddc6d9bd7ce8550304427407cfd2eb8d to your computer and use it in GitHub Desktop.
var _ = Describe("ginkgotcha", func() {
It("is irregular", func() {
buffer := BufferWithBytes([]byte("map[string]"))
Expect(buffer).To(Say("map[string]"))
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment