Updated path references to spec_helper
[merb_mart.git] / .autotest
blob6b061454f9b240bf107bac3daf4afd1c163bd360
1 require 'autotest/redgreen'
3 Autotest.add_hook :initialize do |at|
4   ignore = %w{.git www public log CHANGELOG INSTALL LICENSE README TODO}
5   unless ENV['AUTOTEST'] == 'integration'
6     ignore << 'spec/integration'
7   end
8   
9   ignore.each do |exception| 
10     at.add_exception(exception)
11   end
12   
13 end