Skip to content
Snippets Groups Projects
user avatar
Julian Nacci authored
add new lookup to lookup.rb

add new lookup file ban_data_gouv_fr.rb

add new results file ban_data_gouv_fr.rb

update README with new lookup

create fixtures to test  new lookup

create unit test file for new lookup

update test helper default fixture for new lookup

remove invalid multibyte char (US-ASCII) 'ç' from lookup name

Revert "remove invalid multibyte char (US-ASCII) 'ç' from lookup name"

This reverts commit 7dbfcab4dc4bcb9473edc43651e7d53884f0e24d.

Add '# encoding: utf-8' to files containing special chars

Add '# encoding: utf-8' to files containing special chars

Add '# encoding: utf-8' to files containing special chars

remove useless Geocoder.config from test methods

refacto of ban lookup results method

change city serach param to fit naming conventions in ban lookup test

renamed no results ban lookup fixture to fit tests

removed no search results unnecessary test

remove useless commented code

add alias method to handle state and state_code + move from department to region name as state

refacto results method
4e9f1139
History