.autotest in net-http-pipeline-0.1 vs .autotest in net-http-pipeline-1.0
- old
+ new
@@ -1,23 +1,8 @@
# -*- ruby -*-
require 'autotest/restart'
-# 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 :initialize do |at|
+ at.testlib = 'minitest/autorun'
+end
-# Autotest.add_hook :run_command do |at|
-# system "rake build"
-# end