diff options
-rwxr-xr-x | script/test-run | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/script/test-run b/script/test-run new file mode 100755 index 000000000..4c7a0e3ec --- /dev/null +++ b/script/test-run @@ -0,0 +1,5 @@ +#!/bin/bash + +cd ../ +rake spec + |