Method: Vcard::HelperTest#test_create
- Defined in:
- lib/vendor/xmpp4r/test/vcard/tc_helper.rb
#test_create ⇒ Object
15 16 17 18 |
# File 'lib/vendor/xmpp4r/test/vcard/tc_helper.rb', line 15 def test_create h = Vcard::Helper.new(@client) assert_kind_of(Vcard::Helper, h) end |