summaryrefslogtreecommitdiff
path: root/test/test_all.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_all.rb')
-rw-r--r--test/test_all.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test_all.rb b/test/test_all.rb
new file mode 100644
index 0000000..c8b4e29
--- /dev/null
+++ b/test/test_all.rb
@@ -0,0 +1,3 @@
+Dir["#{File.dirname(__FILE__)}/**/*_test.rb"].each do |file|
+ load(file)
+end \ No newline at end of file