test/run.rb in rorvswild-0.6.1 vs test/run.rb in rorvswild-1.0.0.pre.alpha

- old
+ new

@@ -1,3 +1,3 @@ require File.expand_path("#{File.dirname(__FILE__)}/helper") -Dir.glob("**/*_test.rb").each { |file_path| require File.expand_path(file_path) } +Dir.glob("test/**/*_test.rb").each { |file_path| require File.expand_path(file_path) }