Remove message
This commit is contained in:
parent
d0431295d6
commit
0ebe0c253f
@ -1,5 +0,0 @@
|
||||
package core
|
||||
|
||||
func Message() string {
|
||||
return "Hello world"
|
||||
}
|
@ -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"))
|
||||
})
|
||||
|
||||
})
|
Loading…
Reference in New Issue
Block a user