summaryrefslogtreecommitdiff
path: root/.autotest
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2009-09-30 17:12:14 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2009-09-30 17:12:14 -0700
commit69037516509239cc9f700265b1579ccd92eafead (patch)
treeeaf06f745ea459697f7dfbc24cf956136c9e302e /.autotest
parentaeda4bb2ae215a67f862edb36f52f50358258278 (diff)
downloadpsych-69037516509239cc9f700265b1579ccd92eafead.zip
ranges round trip
Diffstat (limited to '.autotest')
-rw-r--r--.autotest1
1 files changed, 1 insertions, 0 deletions
diff --git a/.autotest b/.autotest
index 7e82833..91445cd 100644
--- a/.autotest
+++ b/.autotest
@@ -1,6 +1,7 @@
require "autotest/restart"
Autotest.add_hook :initialize do |at|
+ at.find_directories = ARGV unless ARGV.empty?
at.testlib = "minitest/autorun"
end