14 lines
210 B
Go
14 lines
210 B
Go
package descriptor_test
|
|
|
|
import (
|
|
"testing"
|
|
|
|
. "github.com/onsi/ginkgo/v2"
|
|
. "github.com/onsi/gomega"
|
|
)
|
|
|
|
func TestDescriptor(t *testing.T) {
|
|
RegisterFailHandler(Fail)
|
|
RunSpecs(t, "renderapi/descriptor")
|
|
}
|