Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8393482
unsupported_spec.rb
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
317 B
Subscribers
None
unsupported_spec.rb
View Options
require
'spec_helper_acceptance'
describe
'unsupported distributions and OSes'
,
:if
=>
UNSUPPORTED_PLATFORMS
.
include?
(
fact
(
'osfamily'
))
do
it
'should fail'
do
pp
=
<<-
EOS
class { 'ntp': }
EOS
expect
(
apply_manifest
(
pp
,
:expect_failures
=>
true
)
.
stderr
)
.
to
match
(
/is not supported on an/i
)
end
end
File Metadata
Details
Attached
Mime Type
text/x-ruby
Expires
Wed, Jun 4, 7:14 PM (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3289455
Attached To
rSPNTP puppet-puppetlabs-ntp
Event Timeline
Log In to Comment