summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/check_specs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/check_specs b/tools/check_specs
index f4229e8..633c3ba 100755
--- a/tools/check_specs
+++ b/tools/check_specs
@@ -10,6 +10,7 @@ parentdir=${abspath%/*/*}
function each () {
echo $($RUBY --version)
for spec in $parentdir/spec/e*.rb; do
+ echo "*** SPEC $spec :"
$RUBY -I $parentdir/lib -S rspec --color $spec
done
}