restrict tests to test dir
This commit is contained in:
parent
70479f7074
commit
68944a0168
@ -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}"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user