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.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/all_tests.rb b/tests/all_tests.rb
new file mode 100644
index 0000000..0fc5f75
--- /dev/null
+++ b/tests/all_tests.rb
@@ -0,0 +1,3 @@
+Dir.chdir(File.dirname(__FILE__)) do
+ Dir.glob('**/test_*.rb') { |test_case| require test_case }
+end