Преглед изворни кода

Removed cron test example since we are now installing a file to cron.d

Till Klocke пре 9 година
родитељ
комит
b1abb888a8
1 измењених фајлова са 0 додато и 4 уклоњено
  1. 0 4
      test/integration/mapserver/serverspec/test_spec.rb

+ 0 - 4
test/integration/mapserver/serverspec/test_spec.rb

@@ -8,10 +8,6 @@ describe file('/usr/local/bin/alfred-json') do
   it { should be_executable }
 end
 
-describe cron do 
-  it { should have_entry '* * * * * /opt/ffmap-backend/backend.py -d /srv/ffmap-data -p 14' }
-end
-
 describe port(80) do
   it { should be_listening.with('tcp6') }
 end