commit | 5196f8bf060ccae85582dcf3343d18b48090568e | [log] [tgz] |
---|---|---|
author | Onsi Fakhouri <onsijoe@gmail.com> | Sat May 30 13:51:40 2015 -0700 |
committer | Onsi Fakhouri <onsijoe@gmail.com> | Sat May 30 13:51:45 2015 -0700 |
tree | 18a33dbbfaedfd7a36872819eb00e16fd2d682be | |
parent | 766f4042b942146e90594d145c5071fa92c0aa9a [diff] |
ghttp handles failures and panics in handlers - If a registered handler makes a failing assertion ghttp will return 500. - If a registered handler panics, ghttp will return 500 *and* fail the test. This is new behavior that may cause existing code to break. This code is almost certainly incorrect and creating a false positive.
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.
Learn more about Ginkgo here
Gomega is MIT-Licensed
The ConsistOf
matcher uses goraph which is embedded in the source to simplify distribution. goraph has an MIT license.