test 205 Bytes
#!/bin/sh

test_noosfero_running() {
  assertTrue 'Noosfero running' 'pgrep -u noosfero -f thin'
}

test_noosfero_responds() {
  assertTrue 'Noosfero responds' 'curl --fail http://localhost/'
}

. shunit2