restrict tests to test dir
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
require_relative "helper"
|
require_relative "helper"
|
||||||
|
|
||||||
Dir["**/test_*.rb"].each { |f|
|
Dir["test/**/test_*.rb"].each { |f|
|
||||||
next if f.include?("stash/")
|
next if f.include?("stash/")
|
||||||
require_relative "../#{f}"
|
require_relative "../#{f}"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user