Index: test/xfn_test.rb =================================================================== --- test/xfn_test.rb (revision 351) +++ test/xfn_test.rb (working copy) @@ -16,10 +16,10 @@ end specify "should give information about a relationship" do - me = $xfn.me - me.should.be.an.instance_of Array - me.first.relation.should.equal 'me' - me.first.to_s.should.equal '#me' + friend = $xfn.friend + friend.should.be.an.instance_of Array + friend.first.relation.should.equal 'friend' + friend.first.to_s.should.equal '#friend' muse = $xfn.muse(true) muse.should.be.an.instance_of XFN::Link