spec/blather/stanza/iq/s5b_spec.rb in blather-0.4.15 vs spec/blather/stanza/iq/s5b_spec.rb in blather-0.4.16

- old
+ new

@@ -1,6 +1,6 @@ -require File.expand_path "../../../../spec_helper", __FILE__ +require 'spec_helper' def s5b_open_xml <<-XML <iq from='requester@example.com/foo' id='hu3vax16' @@ -55,6 +55,6 @@ it 'can get and set streamhost-used' do node = Blather::Stanza::Iq::S5b.new node.streamhost_used = 'used@example.com/foo' node.streamhost_used.jid.to_s.must_equal 'used@example.com/foo' end -end \ No newline at end of file +end