diff options
author | John Barnette <jbarnette@gmail.com> | 2009-09-29 10:12:15 -0700 |
---|---|---|
committer | John Barnette <jbarnette@gmail.com> | 2009-09-29 10:12:15 -0700 |
commit | 6d840a576b6cc627a34cd5c46a07a6aee8d54c1c (patch) | |
tree | 386395057c6275d01f29eda04bd7e055a72beeaa | |
parent | a4ee565dd130fd868d39cc8512e6c527e436965f (diff) | |
download | psych-6d840a576b6cc627a34cd5c46a07a6aee8d54c1c.zip |
Fix Autotest for MiniTest.
-rw-r--r-- | .autotest | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -1,10 +1,7 @@ -# -*- ruby -*- +require "autotest/restart" -require 'autotest/restart' - -begin - require 'autotest/fsevent' -rescue LoadError +Autotest.add_hook :initialize do |at| + at.testlib = "minitest/autorun" end Autotest.add_hook :run_command do |at| |