Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9343913
client_spec.rb
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
535 B
Subscribers
None
client_spec.rb
View Options
require
'spec_helper_acceptance'
describe
'postgresql::client:'
,
:unless
=>
UNSUPPORTED_PLATFORMS
.
include?
(
fact
(
'osfamily'
))
do
after
:all
do
# Cleanup after tests have ran
apply_manifest
(
"class { 'postgresql::client': package_ensure => purged }"
,
:catch_failures
=>
true
)
end
it
'test loading class with no parameters'
do
pp
=
<<-
EOS
.
unindent
class { 'postgresql::client': }
EOS
apply_manifest
(
pp
,
:catch_failures
=>
true
)
apply_manifest
(
pp
,
:catch_changes
=>
true
)
end
end
File Metadata
Details
Attached
Mime Type
text/x-ruby
Expires
Fri, Jul 4, 1:57 PM (2 d, 10 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3294754
Attached To
rSPPG PostgreSQL puppet module
Event Timeline
Log In to Comment