Add a script/test file for ❤️ and :money:

This commit is contained in:
Parker Moore 2014-04-24 12:17:18 -04:00
parent 7be78de93a
commit 3a6ad0737c
1 changed files with 11 additions and 0 deletions

11
script/test Executable file
View File

@ -0,0 +1,11 @@
#! /bin/bash
set -x
if [ -z "$1" ]; then
TEST_FILES="test/test*.rb"
else
TEST_FILES="$@"
fi
/usr/bin/env ruby -I"lib:test" -r rake -r rake/rake_test_loader ${TEST_FILES}