77cbc0ad6a
but not for the travis run (or test_all check)
8 lines
150 B
Ruby
Executable File
8 lines
150 B
Ruby
Executable File
ENV["TEST_ALL"] = "true"
|
|
require_relative "helper"
|
|
|
|
Dir["test/**/test_*.rb"].each { |f|
|
|
next if f.include?("stash/")
|
|
require_relative "../#{f}"
|
|
}
|