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

12 lines
245 B
Bash

#!/usr/bin/env bats
load ../unit/test_helper
@test "deploy static app" {
skip "fails on apt-get update..."
run bash -c "cd tests && ./test_deploy ./apps/static dokku.me"
echo "output: "$output
echo "status: "$status
assert_success
}