# -*- ruby -*-

require 'autotest/restart'

Autotest.add_hook :initialize do |at|
  at.testlib = 'minitest/unit' if at.respond_to? :testlib=
end