public
Fork of mojombo/god
Description: Ruby process monitor
Homepage: http://god.rubyforge.org
Clone URL: git://github.com/auser/god.git
start event handler for operational test
mojombo (author)
Mon Jan 28 17:55:12 -0800 2008
commit  552525d96b8d305fc22a9eb8abb3884fb8b5acdd
tree    a449707d9dc4eaeacb9d3d65a38e0644f38d5078
parent  cb52d92b8f7c09f1f6c26c3cd50d33270eeb7143
...
74
75
76
 
77
78
79
80
...
74
75
76
77
78
79
80
81
0
@@ -74,6 +74,7 @@ end
0
 
0
 class TestEventHandlerOperational < Test::Unit::TestCase
0
   def test_operational
0
+ God::EventHandler.start
0
     assert God::EventHandler.loaded?
0
   end
0
 end
0
\ No newline at end of file

Comments

    No one has commented yet.