lib/tork/driver.rb in tork-19.10.0 vs lib/tork/driver.rb in tork-19.11.1
- old
+ new
@@ -25,10 +25,10 @@
pclose @engine
end
def run_all_test_files
test_files_found = false
- Dir.glob(*ALL_TEST_FILE_GLOBS) do |test_file|
+ Dir.glob(ALL_TEST_FILE_GLOBS) do |test_file|
next if overhead_file? test_file
run_test_file test_file
test_files_found = true
end
tell @client, 'There are no test files to run.' unless test_files_found