Merge pull request #22 from benbjohnson/fix-dependencies

Fix dependencies for 'go get'.
pull/23/head
Mat Ryer 2013-09-26 09:09:53 -07:00
commit 2b887b0d67
1 changed files with 6 additions and 0 deletions

6
doc.go
View File

@ -8,3 +8,9 @@
//
// The mock package provides a system by which it is possible to mock your objects and verify calls are happening as expected.
package testify
import (
_ "github.com/stretchr/testify/assert"
_ "github.com/stretchr/testify/http"
_ "github.com/stretchr/testify/mock"
)