github.com/jasonish/buffalo@v0.8.2-0.20170413145823-bacbdd415f1b/generators/resource/templates/actions/resource-use_model_test.go.tmpl (about) 1 package actions_test 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 }}