Replace fixtures with factory for way_tags
This commit is contained in:
parent
3026af170a
commit
97d63db369
7 changed files with 47 additions and 77 deletions
29
test/fixtures/current_way_tags.yml
vendored
29
test/fixtures/current_way_tags.yml
vendored
|
@ -1,29 +0,0 @@
|
|||
t1:
|
||||
way_id: 1
|
||||
k: 'test'
|
||||
v: 'yes'
|
||||
|
||||
t2:
|
||||
way_id: 2
|
||||
k: 'test'
|
||||
v: 'yes'
|
||||
|
||||
t3:
|
||||
way_id: 3
|
||||
k: 'test'
|
||||
v: 'yes'
|
||||
|
||||
t3_t2:
|
||||
way_id: 3
|
||||
k: 'name'
|
||||
v: 'Test Way'
|
||||
|
||||
wv_t1:
|
||||
way_id: 4
|
||||
k: 'testing'
|
||||
v: 'added in way version 3'
|
||||
|
||||
wv_t2:
|
||||
way_id: 4
|
||||
k: 'testing two'
|
||||
v: 'modified in way version 4'
|
Loading…
Add table
Add a link
Reference in a new issue