github.com/rafecolton/buffalo@v0.9.5/generators/resource/templates/actions/resource-json-xml_test.go.tmpl (about) 1 package actions 2 3 import ( 4 "testing" 5 6 "github.com/stretchr/testify/require" 7 ) 8 {{ range $a := .actions }} 9 func (as *ActionSuite) Test_{{$.camel}}Resource_{{ camelize $a }}() { 10 as.Fail("Not Implemented!") 11 } 12 {{ end }}