summaryrefslogtreecommitdiffstats
path: root/tests/all_tests.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tests/all_tests.rb')
-rw-r--r--tests/all_tests.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/all_tests.rb b/tests/all_tests.rb
index 0fc5f75..d671b24 100644
--- a/tests/all_tests.rb
+++ b/tests/all_tests.rb
@@ -1,3 +1,4 @@
Dir.chdir(File.dirname(__FILE__)) do
Dir.glob('**/test_*.rb') { |test_case| require test_case }
+ #Dir.glob('**/test_index.rb') { |test_case| require test_case }
end