diff options
Diffstat (limited to 'spec/tasks')
| -rw-r--r-- | spec/tasks/reflex_rake_spec.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/spec/tasks/reflex_rake_spec.rb b/spec/tasks/reflex_rake_spec.rb index e5320b429..46910de72 100644 --- a/spec/tasks/reflex_rake_spec.rb +++ b/spec/tasks/reflex_rake_spec.rb @@ -44,11 +44,6 @@ describe 'reflex:sync' do Stif::ReflexSynchronization.synchronize end - it 'should log sync operations' do - expect(StopAreaSyncOperation.count).to eq 2 - expect(StopAreaSyncOperation.take.status).to eq "ok" - end - it 'should not create duplicate stop_area' do expect(Chouette::StopArea.count).to eq 6 expect(Chouette::AccessPoint.count).to eq 2 |
