ipld-eth-server/pkg/contract_summary/contract_summary_suite_test.go

14 lines
219 B
Go
Raw Normal View History

package contract_summary_test
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"testing"
)
2017-12-04 22:54:35 +00:00
func TestContractSummary(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "ContractSummary Suite")
}