Files
dokku/tests/deploy/php.bats
Michael Hobbs 606bbda66c make tests work
2014-12-21 14:51:40 -08:00

12 lines
263 B
Bash

#!/usr/bin/env bats
load ../unit/test_helper
@test "deploy php app" {
skip "fails with /root/bin/jq: No such file or directory"
run bash -c "cd tests && ./test_deploy ./apps/php dokku.me"
echo "output: "$output
echo "status: "$status
assert_success
}