# File tests/drivers/google/api_test.rb, line 19
    def test_02_it_has_google_features
      get_url '/api;driver=google'
      features = (last_xml_response/'/api/link[@rel="buckets"]/feature').collect { |f| f[:name] }
      features.include?('bucket_location').should == true
      features.length.should == 1
    end