mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-01 10:40:30 -05:00
14 lines
194 B
Go
14 lines
194 B
Go
package runner_test
|
|
|
|
import (
|
|
"testing"
|
|
|
|
. "github.com/onsi/ginkgo/v2"
|
|
. "github.com/onsi/gomega"
|
|
)
|
|
|
|
func TestRunner(t *testing.T) {
|
|
RegisterFailHandler(Fail)
|
|
RunSpecs(t, "Runner Suite")
|
|
}
|