diff options
Diffstat (limited to 'tools/check_specs')
-rwxr-xr-x | tools/check_specs | 1 |
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 } |