Skip to content

Commit 6987d58

Browse files
committed
tests are deprecated, broken, old... I give up, not funny...;
i'll spec this through its use by other libs
1 parent b79de3a commit 6987d58

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tests/all_tests.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Dir.chdir(File.dirname(__FILE__)) do
2-
Dir.glob('**/test_*.rb') { |test_case| require test_case }
3-
#Dir.glob('**/test_index.rb') { |test_case| require test_case }
1+
test_dir = File.dirname __FILE__
2+
3+
Dir.chdir(test_dir) do
4+
Dir.glob('**/test_*.rb') { |test_case| puts File.join(test_dir, test_case); require File.join(test_dir, test_case) }
45
end

0 commit comments

Comments
 (0)