#!/bin/bash for file in test/*.rb; do ruby -Itest $file; done