Skip to content

Commit

Permalink
Add n.Meow() to README example
Browse files Browse the repository at this point in the history
If you forget to call Meow then specs always pass!
  • Loading branch information
jlsuttles committed Aug 23, 2014
1 parent 5afde4b commit 2164f2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,7 @@ func TestNekoEnjoysFun(t *testing.T) {
t.Fatal("no fun time? :( :(")
}
})

n.Meow()
}
```

0 comments on commit 2164f2d

Please sign in to comment.