added more complete first example

pull/62/head
dickeyxxx 2014-07-01 08:48:35 -07:00
parent 81cfe446ab
commit 17a4bf61f0
1 changed files with 7 additions and 0 deletions

View File

@ -32,6 +32,13 @@ The `assert` package provides some helpful methods that allow you to write bette
See it in action:
```go
package yours
import (
"testing"
"github.com/stretchr/testify/assert"
)
func TestSomething(t *testing.T) {
// assert equality