You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
191 B

  1. package config_test
  2. import (
  3. "testing"
  4. . "github.com/onsi/ginkgo"
  5. . "github.com/onsi/gomega"
  6. )
  7. func TestConfig(t *testing.T) {
  8. RegisterFailHandler(Fail)
  9. RunSpecs(t, "Config Suite")
  10. }