------ art_25836_24619296.1150300102151 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello all, In learning ruby I've created a ton of rb files. Organizationally my files are a mess. Some of my files contain only tests, some have tests and code, and some have code with tests wrapped with an if __FILE__ $0 ... end guard . Some files require other rb files and the files are scattered over a handful of directories. Is there a good way to run all my tests at once? --Brian ------ art_25836_24619296.1150300102151--