summaryrefslogtreecommitdiff
path: root/.autotest
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2009-08-27 13:55:20 -0800
committerRyan Davis <ryand@zenspider.com>2009-08-27 13:55:20 -0800
commita05c7ab9610ae1c6dba27df7cded5f7689d5ab8c (patch)
tree5831b1c83571ceb0dbb0bbd9b931b388d769d111 /.autotest
parent03cad00a4ae78a4176b7e8e1e5c3b78d139a2c99 (diff)
downloadhoe-a05c7ab9610ae1c6dba27df7cded5f7689d5ab8c.tar.gz
Added
[git-p4: depot-paths = "//src/hoe/dev/": change = 5436]
Diffstat (limited to '.autotest')
-rw-r--r--.autotest7
1 files changed, 7 insertions, 0 deletions
diff --git a/.autotest b/.autotest
new file mode 100644
index 0000000..872d718
--- /dev/null
+++ b/.autotest
@@ -0,0 +1,7 @@
+# -*- ruby -*-
+
+require 'autotest/restart'
+
+Autotest.add_hook :initialize do |at|
+ at.testlib = "minitest/unit" # FIX: autotest testlib sucks
+end