Skip to content

Commit

Permalink
removed init message
Browse files Browse the repository at this point in the history
  • Loading branch information
tobsch committed Aug 18, 2010
1 parent 737ffee commit 8fd3f0f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/em_syslog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Syslog < Connection
# this is called after connection initialization
#
def post_init
puts 'Syslogger initialized'
# puts 'Syslogger initialized'
end

# Log a message with the given severity, tag and time
Expand Down
8 changes: 6 additions & 2 deletions test/test_em_syslog.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
require 'helper'

class TestEmSyslog < Test::Unit::TestCase
should "probably rename this file and start testing for real" do
flunk "hey buddy, you should probably rename this file and start testing for real"
should "connect to syslog" do
flunk
end

should "try to log a message without a timestamp" do
flunk
end
end

0 comments on commit 8fd3f0f

Please sign in to comment.