Skip to content

Commit

Permalink
remove unused asserts
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Jul 15, 2012
1 parent 46145a9 commit b248f3d
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions vendor/test-utils/test-utils
Expand Up @@ -118,21 +118,6 @@ assertCapturedError()
fi
}

assertAppDetected()
{
expectedAppType=${1?"Must provide app type"}

assertCapturedSuccess
assertEquals "${expectedAppType}" "$(cat ${STD_OUT})"
}

assertNoAppDetected()
{
assertEquals "1" "${RETURN}"
assertEquals "no" "$(cat ${STD_OUT})"
assertEquals "" "$(cat ${STD_ERR})"
}

_assertContains()
{
if [ 5 -eq $# ]; then
Expand Down

0 comments on commit b248f3d

Please sign in to comment.