Sha256: 35ef7292913a2a9b1474f6246fc4c5afdc554646d89c4ebd63c37feb22f5d108

Contents?: true

Size: 249 Bytes

Versions: 2

Compression:

Stored size: 249 Bytes

Contents

package spec

import (
  "io/ioutil"
  "log"
  "testing"

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

func TestProcessor(t *testing.T) {
  log.SetOutput(ioutil.Discard)
  RegisterFailHandler(Fail)
  RunSpecs(t, "Processor Suite")
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
grom_native-0.2.0 ext/processor/spec/processor_suite_test.go
grom_native-0.1.0 ext/processor/spec/processor_suite_test.go