Add Carte champs support to the API
This commit is contained in:
parent
17418edb54
commit
7cf225d443
4 changed files with 52 additions and 0 deletions
7
spec/factories/geo_area.rb
Normal file
7
spec/factories/geo_area.rb
Normal file
|
@ -0,0 +1,7 @@
|
|||
FactoryBot.define do
|
||||
factory :geo_area do
|
||||
source { GeoArea.sources.fetch(:cadastre) }
|
||||
numero { '42' }
|
||||
feuille { 'A11' }
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue