diff --git a/cmd/rove-server/integration_test.go b/cmd/rove-server/integration_test.go new file mode 100644 index 0000000..faeec36 --- /dev/null +++ b/cmd/rove-server/integration_test.go @@ -0,0 +1,10 @@ +// +build integration +package main + +import "testing" + +var serverUrl = "http://localhost:8080" + +func TestServerStatus(t *testing.T) { + +}