mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 19:45:51 +00:00
14 lines
182 B
Go
14 lines
182 B
Go
|
package gas_test
|
||
|
|
||
|
import (
|
||
|
. "github.com/onsi/ginkgo"
|
||
|
. "github.com/onsi/gomega"
|
||
|
|
||
|
"testing"
|
||
|
)
|
||
|
|
||
|
func TestGas(t *testing.T) {
|
||
|
RegisterFailHandler(Fail)
|
||
|
RunSpecs(t, "Gas Suite")
|
||
|
}
|