# File tests/drivers/google/api_test.rb, line 26
    def test_03_it_has_google_collections
      get_url '/api;driver=google'
      collections = (last_xml_response/'/api/link').collect { |f| f[:rel] }
      collections.include?('buckets').should == true
      collections.include?('drivers').should == true
      collections.length.should == 2
    end