public
Description: A smallish DSL for writing IRC bots.
Homepage:
Clone URL: git://github.com/ichverstehe/isaac.git
tbuehlmann (author)
Wed Oct 21 16:07:17 -0700 2009
ichverstehe (committer)
Tue Nov 03 01:27:55 -0800 2009
commit  996ceb18e903c30a39b20b55e0ea47b083c9ffef
tree    f087502042bbfb1f47de7a5722157ab32cc7c692
parent  d60d7c08017c64bdbdc10527f2badb0910c67198
isaac / .autotest
100644 8 lines (6 sloc) 0.159 kb
1
2
3
4
5
6
7
8
require 'autotest/redgreen'
 
Autotest.add_hook :initialize do |at|
  at.add_mapping(%r|^lib/isaac\.rb$|) do
    at.files_matching(%r|test/test.*rb|)
  end
end