commit | 2152b45fa28a361beba9aab0885972323a444e28 | [log] [tgz] |
---|---|---|
author | Onsi Fakhouri <onsijoe@gmail.com> | Tue Oct 06 20:56:56 2015 -0700 |
committer | Onsi Fakhouri <onsijoe@gmail.com> | Tue Oct 06 20:56:56 2015 -0700 |
tree | 5d22d7d97bc9ac271c5435f590d1f39b1592a242 | |
parent | b2bcc584f90fad6966a4824799d970ead0b61c60 [diff] | |
parent | 0291242338fbe729cc62dbd338393ae4de2cb269 [diff] |
Merge pull request #112 from robdimsdale/master Add VerifyBody method.
diff --git a/matchers/have_occurred_matcher.go b/matchers/have_occurred_matcher.go index c96dfee..cdc1d54 100644 --- a/matchers/have_occurred_matcher.go +++ b/matchers/have_occurred_matcher.go
@@ -2,6 +2,7 @@ import ( "fmt" + "github.com/onsi/gomega/format" )
diff --git a/matchers/with_transform_test.go b/matchers/with_transform_test.go index 2824df9..e52bf8e 100644 --- a/matchers/with_transform_test.go +++ b/matchers/with_transform_test.go
@@ -2,6 +2,7 @@ import ( "errors" + . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" . "github.com/onsi/gomega/matchers"