summaryrefslogtreecommitdiff
path: root/.autotest
blob: 872d7181b025f49971567ea760a992643da51dcc (plain)
1
2
3
4
5
6
7
# -*- ruby -*-

require 'autotest/restart'

Autotest.add_hook :initialize do |at|
  at.testlib = "minitest/unit" # FIX: autotest testlib sucks
end