avm-example-app/.autotest

7 lines
151 B
Plaintext
Raw Normal View History

2011-03-23 18:42:54 +00:00
Autotest.add_hook(:initialize) do |at|
at.add_mapping(%r{views/.*\.haml}, true) do |filename, matches|
[ 'spec/avm_example_spec.rb' ]
end
end