github.com/mayra-cabrera/buffalo@v0.9.4-0.20170814145312-66d2e7772f11/buffalo/cmd/filetests/generate_nested_task.json (about)

     1  [{
     2    "path": "grifts/now.go",
     3    "contains": [
     4      "var _ = Namespace(\"nested\", func() {",
     5      "Namespace(\"task\", func() {",
     6      "Desc(\"now\", \"TODO\")",
     7      "Add(\"now\", func(c *Context) error {",
     8      "return nil"
     9    ]
    10  }]