github.com/jacobsoderblom/buffalo@v0.11.0/buffalo/cmd/filetests/generate_action_skip_template.json (about)

     1  [
     2      {
     3          "path": "actions/users.go",
     4          "contains": [
     5              "func UsersCreate(c buffalo.Context) error {"
     6          ]
     7      },
     8      {
     9          "path": "templates/users/create.html",
    10          "absent": true
    11      }
    12  ]