We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00f4f06 commit 96c6016Copy full SHA for 96c6016
test/ALL-TESTS.rb
@@ -2,4 +2,4 @@
2
$:.unshift "../lib"
3
4
Dir.chdir File.dirname(__FILE__)
5
-Dir["**/tc_*.rb"].each { |file| load file }
+Dir["**/tc_*.rb"].each { |file| load File.expand_path(file) }
0 commit comments