# File tests/drivers/mock/api_test.rb, line 33 def test_it_has_correct_attributes_set get_auth_url '/api' (last_xml_response/'/api/link').each do |link| link.attributes.keys.sort.should == [ 'href', 'rel' ] end end