func TestInterface(t *testing.T) { assert.Implements(t, (*redshiftiface.RedshiftAPI)(nil), redshift.New(nil)) }
func init() { Before("@redshift", func() { World["client"] = redshift.New(nil) }) }