# -*- ruby -*-

require "autotest/restart"
require "autotest/suffix"

Autotest.add_hook :initialize do |at|
  at.testlib = "minitest/autorun"
end
