github.com/segakazzz/buffalo@v0.16.22-0.20210119082501-1f52048d3feb/genny/resource/templates/use_model/actions/resource-name_test.go.tmpl (about) 1 package actions 2 3 {{ range $a := .actions }} 4 func (as *ActionSuite) Test_{{$.opts.Name.Resource}}Resource_{{ $a.Pascalize }}() { 5 as.Fail("Not Implemented!") 6 } 7 {{ end }}