ruby-avm-library/.autotest

6 lines
144 B
Plaintext
Raw Permalink Normal View History

2011-03-15 14:55:09 +00:00
Autotest.add_hook :initialize do |at|
at.add_mapping(%r{^spec/sample_files/([^/]+)/.*}, true) { |_, m|
"spec/avm/#{m[1]}_spec.rb"
}
end