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

11 lines
225 B
Bash

#!/usr/bin/env bats
load ../unit/test_helper
@test "deploy nodejs-express app" {
run bash -c "cd tests && ./test_deploy ./apps/nodejs-express dokku.me"
echo "output: "$output
echo "status: "$status
assert_success
}