# File tests/drivers/mock/realms_test.rb, line 37 def test_it_has_correct_attributes_set get_auth_url '/api/realms', {} (last_xml_response/'realms/realm').each do |realm| realm.attributes.keys.sort.should == [ 'href', 'id' ] end end