added tests, organized lib
commit14526d1599025a3af266003a2883e46c444ee665
authorTom Preston-Werner <tom@mojombo.com>
Sat, 16 Jun 2007 21:27:38 +0000 (16 14:27 -0700)
committerTom Preston-Werner <tom@mojombo.com>
Sat, 16 Jun 2007 21:27:38 +0000 (16 14:27 -0700)
tree2e3aa32fbaee1eac529eec44af3fe3f673b13fa6
parent0cbcc54753bb87a074c300a7a59d7876ed9a44e6
added tests, organized lib
14 files changed:
lib/god.rb
lib/god/base.rb [new file with mode: 0644]
lib/god/condition.rb
lib/god/errors.rb [new file with mode: 0644]
lib/god/meddle.rb [copied from lib/god.rb with 55% similarity]
lib/god/watch.rb
test/configs/no_watches.rb [new file with mode: 0644]
test/configs/real.rb [moved from test/real.rb with 100% similarity]
test/configs/sample.rb [moved from test/sample.rb with 100% similarity]
test/test_condition.rb [new file with mode: 0644]
test/test_god.rb [deleted file]
test/test_helper.rb [new file with mode: 0644]
test/test_meddle.rb [new file with mode: 0644]
test/test_watch.rb [new file with mode: 0644]