restrict tests to test dir

This commit is contained in:
Torsten Ruger 2017-04-14 20:37:47 +03:00
parent 70479f7074
commit 68944a0168

View File

@ -1,6 +1,6 @@
require_relative "helper"
Dir["**/test_*.rb"].each { |f|
Dir["test/**/test_*.rb"].each { |f|
next if f.include?("stash/")
require_relative "../#{f}"
}