public
Description: ActiveSMS Gem fork with more gateways and email option.
Homepage: http://nofxx.lighthouseapp.com/projects/20713-activesms
Clone URL: git://github.com/nofxx/activesms.git
nofxx (author)
Tue Sep 09 01:49:16 -0700 2008
commit  f99291790e062bf63ce3424af9420360cc91805d
tree    09cee261405474ea24f14f2a94d60ddc60842cc7
parent  53e4589b6def10ee77fddb15b9ad619f43eafbdc
activesms / .autotest
100644 17 lines (16 sloc) 0.397 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# #
# SMS AUTOTEST
#
#require 'autotest/growl'
#require 'autotest/html_report'
# require 'autotest/kdenotify'
require 'autotest/menu'
#require 'autotest/pretty'
require 'autotest/redgreen'
# require 'autotest/snarl'
require 'autotest/timestamp'
 
module Autotest::Growl
  Autotest.add_hook :initialize do |at|
    %w{.svn .hg .git .DS_store}.each {|exception|at.add_exception(exception)}
  end
end