diff options
Diffstat (limited to 'spec/tasks')
| -rw-r--r-- | spec/tasks/reflex_rake_spec.rb | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/spec/tasks/reflex_rake_spec.rb b/spec/tasks/reflex_rake_spec.rb index ab1aefc7d..04c5886aa 100644 --- a/spec/tasks/reflex_rake_spec.rb +++ b/spec/tasks/reflex_rake_spec.rb @@ -23,6 +23,11 @@ describe 'reflex:sync' do        expect(access.stop_area.name).to eq 'First stopPlace children'      end +    it 'should store object_status on stif_type attribute' do +      stop_area = Chouette::StopArea.find_by(name: 'Second StopPlace children') +      expect(stop_area.stif_type).to eq 'REFERENCE_OBJECT' +    end +      it 'should save hierarchy' do        stop_area = Chouette::StopArea.find_by(name: 'First stopPlace children')        expect(stop_area.parent.name).to eq 'First stopPlace' | 
