.autotest 126 B

1234567
  1. # -*- ruby -*-
  2. require "autotest/restart"
  3. Autotest.add_hook :initialize do |at|
  4. at.testlib = "./test/_config/minitest"
  5. end