# frozen_string_literal: true # -*- ruby -*- require 'autotest/restart' Autotest.add_hook :initialize do |at| at.testlib = ".minitest.rb" end