Remove message

This commit is contained in:
Eric Meyer 2017-10-23 11:22:49 -05:00
parent d0431295d6
commit 0ebe0c253f
2 changed files with 0 additions and 20 deletions

View File

@ -1,5 +0,0 @@
package core
func Message() string {
return "Hello world"
}

View File

@ -1,15 +0,0 @@
package core_test
import (
vulcanizedb "github.com/8thlight/vulcanizedb/core"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
)
var _ = Describe("Vulcanizedb", func() {
It("is an example test", func() {
Expect(vulcanizedb.Message()).Should(Equal("Hello world"))
})
})