module Geocoder::Lookup

def all_services_except_test


Array of valid Lookup service names, excluding :test.
#
def all_services_except_test
  all_services - [:test]
end