# File tests/drivers/rhevm/api_test.rb, line 13 def test_01_it_returns_entry_points get_auth_url '/api;driver=rhevm?force_auth=1' (last_xml_response/'/api').first[:driver].should == 'rhevm' (last_xml_response/'/api/link').length.should > 0 end