relevance / castronaut

CAS Server

This URL has Read+Write access

abedra (author)
Fri May 22 08:08:05 -0700 2009
commit  9cf23461c264d1f360f84c2c8f40217a54d79ddd
tree    73fd7f8ba4753f838c9ab0527334488ff8dab7a2
parent  accf51e3e7ce5312b8a9ce8780fe493aaf60ed86
castronaut / .autotest
100644 11 lines (6 sloc) 0.289 kb
1
2
3
4
5
6
7
8
9
10
11
Autotest.add_hook :initialize do |autotest|
  
 # Check every 5 seconds
 # autotest.sleep = 3
  
 # Ignore files with suffix
 
 %w{.svn .log .hg .git .erb .rhtml .png .txt .sh .project .rjs .rake .jpg .css .xml vendor db}.each { |exception| autotest.add_exception(exception) }
 
end