tomkersten (owner)

Revisions

gist: 225501 Download_button fork
public
Public Clone URL: git://gist.github.com/225501.git
Embed All Files: show embed
.autotest #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
require 'autotest/timestamp'
#require 'autotest/heckle'
#require 'autotest/redgreen'
require 'autotest/screen'
$VERBOSE=false
 
Autotest.add_hook :initialize do |autotest|
  autotest.add_exception(/^\.\/vendor/)
  autotest.add_exception(/^\.\/artwork/)
  autotest.add_exception(/^\.\/public/)
  autotest.add_exception(/^\.\/db/)
  autotest.add_exception(/^\.\/tmp/)
  autotest.add_exception(/^\.\/pkg/)
  autotest.add_exception(/\.svn/)
  autotest.add_exception(/\.hg/)
  autotest.add_exception(/\.git/)
end
 
Autotest::Screen.statusline = '%{=b bY} %D %02d/%02m %0c %{k}|%{G} %l %{k}|%{W} %-w%{=b dd}[%n] %t %{-}%+w %= %`'