diff options
| author | Xinhui | 2017-07-25 17:26:16 +0200 | 
|---|---|---|
| committer | Xinhui | 2017-07-25 17:26:16 +0200 | 
| commit | cf874823dada5882439c16b5290a6e72ef7712cf (patch) | |
| tree | 42711cecefb0db576d43a6eec65b5c909df1bc50 /spec/models/chouette/route | |
| parent | 29ee74e00700f95cadbf1d462dddaad1167ffd82 (diff) | |
| download | chouette-core-cf874823dada5882439c16b5290a6e72ef7712cf.tar.bz2 | |
Edit factories objectid in accordance with new stif netex format
Diffstat (limited to 'spec/models/chouette/route')
| -rw-r--r-- | spec/models/chouette/route/route_base_spec.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/chouette/route/route_base_spec.rb b/spec/models/chouette/route/route_base_spec.rb index 08f201022..4bf25c2bc 100644 --- a/spec/models/chouette/route/route_base_spec.rb +++ b/spec/models/chouette/route/route_base_spec.rb @@ -4,7 +4,7 @@ RSpec.describe Chouette::Route, :type => :model do    describe '#objectid' do      subject { super().objectid } -    it { is_expected.to be_kind_of(Chouette::ObjectId) } +    it { is_expected.to be_kind_of(Chouette::StifNetexObjectid) }    end    it { is_expected.to enumerize(:direction).in(:straight_forward, :backward, :clockwise, :counter_clockwise, :north, :north_west, :west, :south_west, :south, :south_east, :east, :north_east) }  | 
