Sha256: cecac52e83bd02032fdca8a68df57d03fc314ff8e5237459bebb97e43a700a5f

Contents?: true

Size: 243 Bytes

Versions: 2

Compression:

Stored size: 243 Bytes

Contents

require File.join(File.dirname(__FILE__), *%w[.. .. .. spec_helper])

describe 'Blather::Stanza::Iq::Roster' do
  it 'registers itself' do
    XMPPNode.class_from_registration(:query, 'jabber:iq:roster').must_equal Stanza::Iq::Roster
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
blather-0.2.1 spec/blather/stanza/iq/roster_spec.rb
blather-0.2 spec/blather/stanza/iq/roster_spec.rb