Skip to content

Commit

Permalink
Merge branch 'master' of github.com:vektra/neko
Browse files Browse the repository at this point in the history
  • Loading branch information
evanphx committed Oct 17, 2014
2 parents 470bf71 + 8f81402 commit 843f5ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func TestNekoEnjoysFun(t *testing.T) {
var fun Fun

n.Setup(func() {
fun = CreateAmmusements()
fun = CreateAmeowsements()
})

n.It("enjoys fun", func() {
Expand All @@ -42,5 +42,7 @@ func TestNekoEnjoysFun(t *testing.T) {
t.Fatal("no fun time? :( :(")
}
})

n.Meow()
}
```

0 comments on commit 843f5ec

Please sign in to comment.