spec/blather/jid_spec.rb in blather-0.4.15 vs spec/blather/jid_spec.rb in blather-0.4.16

- old
+ new

@@ -1,5 +1,5 @@ -require File.expand_path "../../spec_helper", __FILE__ +require 'spec_helper' describe Blather::JID do it 'does nothing if creaded from Blather::JID' do jid = Blather::JID.new 'n@d/r' Blather::JID.new(jid).object_id.must_equal jid.object_id