From 4915b2972149b2024cc4a35d454b0ca6b7e95f9f Mon Sep 17 00:00:00 2001 From: George Lestaris Date: Mon, 7 Dec 2015 19:09:33 +0000 Subject: [PATCH] Add gomega - an rspec-like assertion library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1379fcd9..9e187ab2 100644 --- a/README.md +++ b/README.md @@ -719,6 +719,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [gocheck](http://labix.org/gocheck) - A more advanced testing framework alternative to gotest. * [GoConvey](https://github.com/smartystreets/goconvey/) - BDD-style framework with web UI and live reload * [godog](https://github.com/DATA-DOG/godog) - Cucumber or Behat like BDD framework for Go. + * [gomega](http://onsi.github.io/gomega/) - Rspec like matcher/assertion library. * [GoSpec](https://github.com/orfjackal/gospec) - BDD-style testing framework for the Go programming language. * [gospecify](https://github.com/stesla/gospecify) - This provides a BDD syntax for testing your Go code. It should be familiar to anybody who has used libraries such as rspec. * [Hamcrest](https://github.com/rdrdr/hamcrest) - fluent framework for declarative Matcher objects that, when applied to input values, produce self-describing results.