31516ea87e
* FlopKick transformer
14 lines
198 B
Go
14 lines
198 B
Go
package flop_kick_test
|
|
|
|
import (
|
|
"testing"
|
|
|
|
. "github.com/onsi/ginkgo"
|
|
. "github.com/onsi/gomega"
|
|
)
|
|
|
|
func TestFlopKick(t *testing.T) {
|
|
RegisterFailHandler(Fail)
|
|
RunSpecs(t, "FlopKick Suite")
|
|
}
|