Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9696796
cron_minute_spec.rb
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
301 B
Subscribers
None
cron_minute_spec.rb
View Options
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
Details
Attached
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
Attached To
R192 puppet-puppet-letsencrypt
Event Timeline
Log In to Comment