about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/capsule.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/capsule.sh b/scripts/capsule.sh
index ca84d62..30c3877 100755
--- a/scripts/capsule.sh
+++ b/scripts/capsule.sh
@@ -40,6 +40,8 @@ function jitterbug_build () {
     elif [ -f 'Makefile' ]; then
         echo "Found a Makefile"
         make test >> $logfile 2>&1
+    elif [ -f 'Rakefile' ]; then
+        rake test >> $logfile 2>&1
     fi
 }