Run all test files in test directory

This commit is contained in:
Scott Taylor 2009-09-29 22:54:17 -04:00
parent 6f08568d8f
commit 72aca398ac

View File

@ -1,5 +1,5 @@
task :default do
Dir['test/*_test.rb'].each { |file| require file }
Dir['test/**/*_test.rb'].each { |file| require file }
end
begin