Finish of moving the unit tests over to Minitest

This commit is contained in:
Parker Moore
2015-02-21 00:31:07 -08:00
parent 4b59eb4175
commit 52c4ce2a5a
12 changed files with 130 additions and 137 deletions

View File

@@ -8,6 +8,10 @@ if [ ! -d tmp ]; then
mkdir tmp
fi
if [ -d test/dest ]; then
rm -r test/dest
fi
if [ -z "$1" ]; then
TEST_FILES=$(ruby -e "puts Dir.glob('test/test_*.rb')")
else