Skip to content

Commit 5d0f2d8

Browse files
author
Callum Loh
committed
(MODULES-4276) Update for Ruby 1.9 hash syntax
1 parent 3a1ac81 commit 5d0f2d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/acceptance/server/recovery_spec.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class { 'postgresql::server': }
4646
}
4747
EOS
4848

49-
apply_manifest(pp, :catch_failures => true)
49+
apply_manifest(pp, catch_failures: true)
5050
end
5151

5252
it 'does not add conf file' do
@@ -59,8 +59,8 @@ class { 'postgresql::globals':
5959
class { 'postgresql::server': }
6060
EOS
6161

62-
apply_manifest(pp, :catch_failures => true)
63-
apply_manifest(pp, :catch_changes => true)
62+
apply_manifest(pp, catch_failures: true)
63+
apply_manifest(pp, catch_changes: true)
6464
end
6565

6666
describe file('/tmp/recovery.conf') do

0 commit comments

Comments
 (0)