.autotest in graph-1.1.0 vs .autotest in graph-1.2.0
- old
+ new
@@ -1,24 +1,8 @@
# -*- ruby -*-
require 'autotest/restart'
require 'autotest/rcov'
-# Autotest.add_hook :initialize do |at|
-# at.extra_files << "../some/external/dependency.rb"
-#
-# at.libs << ":../some/external"
-#
-# at.add_exception 'vendor'
-#
-# at.add_mapping(/dependency.rb/) do |f, _|
-# at.files_matching(/test_.*rb$/)
-# end
-#
-# %w(TestA TestB).each do |klass|
-# at.extra_class_map[klass] = "test/test_misc.rb"
-# end
-# end
-
-# Autotest.add_hook :run_command do |at|
-# system "rake build"
-# end
+Autotest.add_hook :initialize do |at|
+ at.testlib = "minitest/autorun"
+end