package gas_test import ( . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) var _ = Describe("Helpers", func() { Context("todo", func() { It("should fail", func() { Expect(1).Should(Equal(2)) }) }) })