7 lines
125 B
Ruby
Executable File
7 lines
125 B
Ruby
Executable File
require_relative "helper"
|
|
|
|
Dir["test/**/test_*.rb"].each { |f|
|
|
next if f.include?("stash/")
|
|
require_relative "../#{f}"
|
|
}
|