Show
Ignore:
Timestamp:
07/03/08 23:54:57 (5 months ago)
Author:
shunirr
Message:

lang/ruby/citrus/trunk/plugins/wassr_id.rb: fix

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/ruby/citrus/trunk/plugins/wassr_id.rb

    r15128 r15129  
    11require 'net/http' 
    22require 'hpricot' 
    3 require 'htmlentities' 
    43 
    54class WassrId < Citrus::Plugin 
     
    3938                end 
    4039        end 
     40end 
    4141 
    4242tests do 
     
    5252 
    5353                it "should reply correctly" do 
    54 #                                       @socket.clear 
    55 #                                       @plugin.on_privmsg(@prefix, "#test", "foo") 
    56 #                                       @socket.pop.to_s.should == "NOTICE #test :Nice boat.\r\n" 
     54                        #                                       @socket.clear 
     55                        #                                       @plugin.on_privmsg(@prefix, "#test", "foo") 
     56                        #                                       @socket.pop.to_s.should == "NOTICE #test :Nice boat.\r\n" 
    5757                end 
    5858        end