Files
dokku/tests/deploy/java.bats

11 lines
205 B
Plaintext
Raw Normal View History

2014-12-14 14:45:49 -08:00
#!/usr/bin/env bats
load ../unit/test_helper
@test "deploy java app" {
run bash -c "cd tests && ./test_deploy ./apps/java dokku.me"
echo "output: "$output
echo "status: "$status
assert_success
}