nomad: test placeholders

This commit is contained in:
Armon Dadgar 2015-07-28 15:15:42 -07:00
parent 3c2a16038b
commit 8bed5f724f
2 changed files with 14 additions and 0 deletions

7
nomad/plan_apply_test.go Normal file
View File

@ -0,0 +1,7 @@
package nomad
import "testing"
func TestPlanApply(t *testing.T) {
// TODO
}

7
nomad/worker_test.go Normal file
View File

@ -0,0 +1,7 @@
package nomad
import "testing"
func TestWorker(t *testing.T) {
// TODO
}