Skip to content

Commit a861997

Browse files
committed
fixes postgresql::server:recovery acceptance tests
1 parent ec60db4 commit a861997

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Diff for: spec/acceptance/server/recovery_spec.rb

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
require 'spec_helper_acceptance'
22

33
describe 'postgresql::server::recovery', :unless => UNSUPPORTED_PLATFORMS.include?(fact('osfamily')) do
4-
after(:all) do
5-
pp = <<-EOS.unindent
6-
file { '/tmp/recovery.conf':
7-
ensure => absent,
8-
}
9-
EOS
10-
11-
apply_manifest(pp, :catch_failures => true)
12-
end
13-
144
describe 'should manage recovery' do
5+
after(:all) do
6+
pp = <<-EOS.unindent
7+
file { '/tmp/recovery.conf':
8+
ensure => absent,
9+
}
10+
EOS
11+
12+
apply_manifest(pp, :catch_failures => true)
13+
end
14+
1515
it 'adds conf file' do
1616
pp = <<-EOS.unindent
1717
class { 'postgresql::globals':

0 commit comments

Comments
 (0)