# -*- ruby encoding: utf-8 -*-

require "autotest/restart"

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