8 lines
224 B
Ruby
8 lines
224 B
Ruby
|
RSpec.describe Cron::Datagouv::ExportAndPublishDemarchesPubliquesJob, type: :job do
|
||
|
describe '#schedulable?' do
|
||
|
it 'is schedulable by default' do
|
||
|
expect(Cron::CronJob.schedulable?).to be_truthy
|
||
|
end
|
||
|
end
|
||
|
end
|