File: snaker_suite_test.go

package info (click to toggle)
golang-github-serenize-snaker 0.0~git20170425.0.1c7f653-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 72 kB
  • ctags: 11
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 182 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
package snaker

import (
	. "github.com/onsi/ginkgo"
	. "github.com/onsi/gomega"

	"testing"
)

func TestDb(t *testing.T) {
	RegisterFailHandler(Fail)
	RunSpecs(t, "Snaker Suite")
}