File: suite_test.go

package info (click to toggle)
golang-github-globocom-go-buffer 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 404 kB
  • sloc: makefile: 6
file content (13 lines) | stat: -rw-r--r-- 196 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
package buffer_test

import (
	"testing"

	. "github.com/onsi/ginkgo"
	. "github.com/onsi/gomega"
)

func TestGoBuffer(t *testing.T) {
	RegisterFailHandler(Fail)
	RunSpecs(t, "go-buffer suite")
}