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
182 B

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