Reset tmpDir in gexec.CleanupBuildArtifacts

If tmpDir is not being reset, subsequent calls to gexec.Build will fail.
This is a problem when Build and CleanupBuildArtifacts are being used in
BeforeEach and AfterEach blocks that are being executed multiple times.
2 files changed
tree: 29e0314e391f6514c47db51b953e5ab07527c04d
  1. format/
  2. gbytes/
  3. gexec/
  4. ghttp/
  5. internal/
  6. matchers/
  7. types/
  8. .gitignore
  9. .travis.yml
  10. CHANGELOG.md
  11. gomega_dsl.go
  12. LICENSE
  13. matchers.go
  14. README.md
README.md

Gomega: Ginkgo's Preferred Matcher Library

Build Status

Jump straight to the docs to learn about Gomega, including a list of all available matchers.

To discuss Gomega and get updates, join the google group.

Ginkgo: a BDD Testing Framework for Golang

Learn more about Ginkgo here

License

Gomega is MIT-Licensed

The ConsistOf matcher uses goraph which is embedded in the source to simplify distribution. goraph has an MIT license.