github.com/wawandco/oxpecker@v1.5.7-0.20210910201653-5958d4afdd89/tools/buffalo/resource/templates/action_test.go.tmpl (about)

     1  package actions
     2  
     3  {{ range $a := .Actions }}
     4  func (as *ActionSuite) Test_{{$.Name.Resource}}Resource_{{ $a.Pascalize }}() {
     5    	as.Fail("Not Implemented!")
     6  }
     7  {{ end }}