github.com/cheikhshift/buffalo@v0.9.5/buffalo/cmd/filetests/destroy_resource_all.json (about)

     1  [{
     2    "path": "actions/ouches.go",
     3    "absent": true
     4  },
     5  {
     6    "path": "actions/ouches_test.go",
     7    "absent": true
     8  },
     9  {
    10    "path": "actions/app.go",
    11    "!contains": [ 
    12        "app.Resource(\"/ouches\", OuchesResource{&buffalo.BaseResource{}})"
    13    ]
    14  },
    15  {
    16    "path": "locales/ouches.en-us.yaml",
    17    "absent": true
    18  },
    19  {
    20    "path": "models/ouch.go",
    21    "absent": true
    22  },
    23  {
    24    "path": "models/ouch_test.go",
    25    "absent": true
    26  }]