We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c96bf07 commit 6892b49Copy full SHA for 6892b49
spec/defines/server/grant_spec.rb
@@ -396,11 +396,11 @@ class {'postgresql::server':}
396
onlyif_exists: true,
397
}
398
end
399
-
+
400
let :pre_condition do
401
"class {'postgresql::server':}"
402
403
404
it { is_expected.to compile.with_all_deps }
405
it { is_expected.to contain_postgresql__server__grant('test') }
406
it do
@@ -410,4 +410,4 @@ class {'postgresql::server':}
410
.with_onlyif(%r{SELECT true FROM pg_tables WHERE tablename = 'mytable'}m)
411
412
413
-end
+end
0 commit comments