2017-12-04 21:36:11 +00:00
|
|
|
package contract_summary_test
|
2017-11-13 15:58:36 +00:00
|
|
|
|
|
|
|
import (
|
|
|
|
. "github.com/onsi/ginkgo"
|
|
|
|
. "github.com/onsi/gomega"
|
|
|
|
|
|
|
|
"testing"
|
|
|
|
)
|
|
|
|
|
|
|
|
func TestWatchedContracts(t *testing.T) {
|
|
|
|
RegisterFailHandler(Fail)
|
2017-12-04 21:36:11 +00:00
|
|
|
RunSpecs(t, "ContractSummary Suite")
|
2017-11-13 15:58:36 +00:00
|
|
|
}
|