aboutsummaryrefslogtreecommitdiffstats
path: root/spec/tasks
diff options
context:
space:
mode:
authorXinhui2016-10-10 10:55:34 +0200
committerXinhui2016-10-10 11:09:51 +0200
commitfc25c675b21524d722f3e0e2ae34db43392f1651 (patch)
tree84ec2eb4c277907da32c81e3affbaede73a5cfcb /spec/tasks
parent8bf58bfada05c61dbd773b74e9e6d91f01d3aae1 (diff)
downloadchouette-core-fc25c675b21524d722f3e0e2ae34db43392f1651.tar.bz2
Line policy
Refs #1780
Diffstat (limited to 'spec/tasks')
-rw-r--r--spec/tasks/reflex_rake_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/tasks/reflex_rake_spec.rb b/spec/tasks/reflex_rake_spec.rb
index bf2440e50..7a27b49fc 100644
--- a/spec/tasks/reflex_rake_spec.rb
+++ b/spec/tasks/reflex_rake_spec.rb
@@ -31,7 +31,7 @@ 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.zip_code).to eq '77153'
- expect(stop_area.area_type).to eq 'LDA'
+ expect(stop_area.area_type).to eq 'StopPlace'
end
context 'On next sync' do