Method: JIDTest#test_pubsub

Defined in:
lib/vendor/xmpp4r/test/tc_class_names.rb

#test_pubsubObject



141
142
143
144
145
# File 'lib/vendor/xmpp4r/test/tc_class_names.rb', line 141

def test_pubsub
  require 'xmpp4r/pubsub'
  assert_kind_of(Module, Jabber::PubSub)
  assert_kind_of(Class, Jabber::PubSub::ServiceHelper)
end