mirror of https://github.com/statping/statping
tests
parent
17acaf4272
commit
849113e2d4
|
@ -199,9 +199,9 @@ func TestAssetsCommand(t *testing.T) {
|
||||||
c.Run()
|
c.Run()
|
||||||
t.Log(c.Stdout())
|
t.Log(c.Stdout())
|
||||||
t.Log("Directory for Assets: ", dir)
|
t.Log("Directory for Assets: ", dir)
|
||||||
assert.FileExists(t, dir+"/cmd/assets/robots.txt")
|
assert.FileExists(t, dir+"/assets/robots.txt")
|
||||||
assert.FileExists(t, dir+"/cmd/assets/js/main.js")
|
assert.FileExists(t, dir+"/assets/js/main.js")
|
||||||
assert.FileExists(t, dir+"/cmd/assets/scss/base.scss")
|
assert.FileExists(t, dir+"/assets/scss/base.scss")
|
||||||
}
|
}
|
||||||
|
|
||||||
func RunMakeDatabaseConfig(t *testing.T, db string) {
|
func RunMakeDatabaseConfig(t *testing.T, db string) {
|
||||||
|
|
Loading…
Reference in New Issue