test 205 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 #!/bin/sh test_noosfero_running() { assertTrue 'Noosfero running' 'pgrep -u noosfero -f thin' } test_noosfero_responds() { assertTrue 'Noosfero responds' 'curl --fail http://localhost/' } . shunit2