Skip to content

Commit 92130e2

Browse files
committed
feat(tests_suite_test.go): check for deis binary
1 parent 872a250 commit 92130e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_tests/tests_suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var (
3232
)
3333

3434
var _ = BeforeSuite(func() {
35-
// TODO: require ../client/deis as the `deis` binary
35+
Expect("../client/deis").Should(BeAnExistingFile())
3636

3737
// register the test-admin user
3838
register(url, testAdminUser, testAdminPassword, testAdminEmail)

0 commit comments

Comments
 (0)