test/functional/crunner.rb in ruote-2.1.7 vs test/functional/crunner.rb in ruote-2.1.8

- old
+ new

@@ -2,9 +2,11 @@ pers = ARGV.find { |a| a.match(/^--/) } || '' tnumber = ARGV.find { |a| a.match(/^\d+/) } || 2 i = 0 +puts `ruby -v` + loop do t = Dir["test/functional/ct_#{tnumber}_*.rb"].first raise "didn't find test..." unless t