Fix spelling mistake

This commit is contained in:
Ben Schumacher 2015-04-28 15:57:56 -06:00
parent 0e53778d22
commit 52b441527c

View file

@ -16,7 +16,7 @@ import (
"github.com/gin-gonic/gin"
)
func TestBadage(t *testing.T) {
func TestBadge(t *testing.T) {
g := Goblin(t)
g.Describe("Badge", func() {
var ctx gin.Context