fix test blindspot

This commit is contained in:
Casey Faist
2019-04-03 15:28:35 -07:00
parent 9d3639685a
commit 7654d13f8b
2 changed files with 19 additions and 1 deletions
+5
View File
@@ -71,6 +71,11 @@ release()
capture ${BUILDPACK_HOME}/bin/release ${BUILD_DIR}
}
updateVersion()
{
echo "$2" > "test/fixtures/${1}/runtime.txt"
}
assertCapturedEquals()
{
assertEquals "$@" "$(cat ${STD_OUT})"