Skip to content

Instantly share code, notes, and snippets.

@tomkersten
Created November 3, 2009 22:21
Show Gist options
  • Save tomkersten/225501 to your computer and use it in GitHub Desktop.
Save tomkersten/225501 to your computer and use it in GitHub Desktop.
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 %= %`'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment