github.com/wawandco/oxpecker@v1.5.7-0.20210910201653-5958d4afdd89/tools/buffalo/action/templates/actions_test.go.tmpl (about) 1 package actions_test 2 3 import ( 4 "testing" 5 "{{.}}/app" 6 7 "github.com/gobuffalo/suite/v3" 8 ) 9 10 type ActionSuite struct { 11 *suite.Action 12 } 13 14 func Test_ActionSuite(t *testing.T) { 15 as := &ActionSuite{suite.NewAction(app.New())} 16 suite.Run(t, as) 17 }