Skip to content

Commit 96c6016

Browse files
committed
Fix: run on Ruby 2.x, path resolution has evolved.
1 parent 00f4f06 commit 96c6016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ALL-TESTS.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
$:.unshift "../lib"
33

44
Dir.chdir File.dirname(__FILE__)
5-
Dir["**/tc_*.rb"].each { |file| load file }
5+
Dir["**/tc_*.rb"].each { |file| load File.expand_path(file) }

0 commit comments

Comments
 (0)