We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 872a250 commit 92130e2Copy full SHA for 92130e2
1 file changed
_tests/tests_suite_test.go
@@ -32,7 +32,7 @@ var (
32
)
33
34
var _ = BeforeSuite(func() {
35
- // TODO: require ../client/deis as the `deis` binary
+ Expect("../client/deis").Should(BeAnExistingFile())
36
37
// register the test-admin user
38
register(url, testAdminUser, testAdminPassword, testAdminEmail)
0 commit comments