Add .autotest

This commit is contained in:
Scott Taylor 2010-01-11 23:08:44 -05:00
parent 30d7ba0ee2
commit 5a98b220d0

5
.autotest Normal file
View File

@ -0,0 +1,5 @@
Autotest.add_hook :initialize do |at|
at.add_mapping(%r%^test/.+_test.rb$%) do |filename, _|
filename
end
end