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