# File tests/drivers/rhevm/realms_test.rb, line 27 def test_03_it_returns_single_realm get_auth_url '/api;driver=rhevm/realms/3c8af388-cff6-11e0-9267-52540013f702' (last_xml_response/'realm').first[:id].should == '3c8af388-cff6-11e0-9267-52540013f702' (last_xml_response/'realm/name').first.text.should == 'engops-nfs' (last_xml_response/'realm/state').first.text.should == 'AVAILABLE' end