Page MenuHomeSoftware Heritage

cron_minute_spec.rb
No OneTemporary

cron_minute_spec.rb

require 'spec_helper'
describe 'Letsencrypt::Cron::Minute' do
describe 'valid handling' do
it { is_expected.to allow_values(0, 59, '0', '59', [], [0, '59']) }
end
describe 'invalid handling' do
it { is_expected.not_to allow_values(-1, 60, '', '-1', '60', [''], [-1, '60']) }
end
end

File Metadata

Mime Type
text/x-ruby
Expires
Mon, Aug 18, 9:37 PM (1 d, 8 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3371653

Event Timeline