Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9125584
service_spec.rb
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
307 B
Subscribers
None
service_spec.rb
View Options
require
'spec_helper'
describe
'hitch::service'
do
on_supported_os
.
each
do
|
os
,
os_facts
|
context
"on
#{
os
}
"
do
let
(
:facts
)
{
os_facts
}
let
(
:params
)
{
{
service_name
:
'hitch'
}
}
it
{
is_expected
.
to
compile
}
it
{
is_expected
.
to
contain_service
(
'hitch'
)
}
end
end
end
File Metadata
Details
Attached
Mime Type
text/x-ruby
Expires
Sat, Jun 21, 9:05 PM (4 w, 17 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3308431
Attached To
rSPHIT Hitch TLS proxy puppet module
Event Timeline
Log In to Comment