aboutsummaryrefslogtreecommitdiffstats
path: root/spec/tasks
diff options
context:
space:
mode:
authorXinhui2016-10-06 10:17:02 +0200
committerXinhui2016-10-06 10:55:01 +0200
commitab0cb3af230e3b6e8c480c34581f9779036a0673 (patch)
treeb7f7ea8df64b98de375a19510cdbe1ec2b2a2fab /spec/tasks
parent1ad2d20af7cc2d9a7a5fab8375967565a12ef505 (diff)
downloadchouette-core-ab0cb3af230e3b6e8c480c34581f9779036a0673.tar.bz2
Sax parsing stop_place quays
Diffstat (limited to 'spec/tasks')
-rw-r--r--spec/tasks/reflex_rake_spec.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/tasks/reflex_rake_spec.rb b/spec/tasks/reflex_rake_spec.rb
index 46910de72..bf2440e50 100644
--- a/spec/tasks/reflex_rake_spec.rb
+++ b/spec/tasks/reflex_rake_spec.rb
@@ -30,9 +30,8 @@ describe 'reflex:sync' do
it 'should map xml data to StopArea attribute' do
stop_area = Chouette::StopArea.find_by(objectid: 'FR:77153:LDA:69325:STIF')
- expect(stop_area.city_name).to eq 'Dammartin-en-Goƫle'
expect(stop_area.zip_code).to eq '77153'
- expect(stop_area.area_type).to eq 'StopPlace'
+ expect(stop_area.area_type).to eq 'LDA'
end
context 'On next sync' do