summaryrefslogtreecommitdiff
path: root/all.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2012-04-02 14:37:09 +0200
committerChristoph Helma <helma@in-silico.ch>2012-04-02 14:37:09 +0200
commit8a5b0aebfcaf7c82dbc71a5379e5de414dd23a74 (patch)
treec11d61db07a9fb3887ad1007efbbf39934ea9086 /all.rb
parent919b484e72aaee787846e430e65201481e118ad6 (diff)
new toxbank investigation added
Diffstat (limited to 'all.rb')
-rw-r--r--all.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/all.rb b/all.rb
new file mode 100644
index 0000000..06df8c6
--- /dev/null
+++ b/all.rb
@@ -0,0 +1,2 @@
+require 'test/unit'
+(Dir["test/*.rb"] - Dir["test/setup.rb"]).each { |f| require File.join(File.dirname(__FILE__),f) }