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 8423d78 commit 68d7bb0Copy full SHA for 68d7bb0
spec/unit/defines/server/grant_spec.rb
@@ -233,7 +233,7 @@
233
"class {'postgresql::server':}"
234
end
235
236
- it { is_expected.to compile.and_raise_error(/parameter 'object_name' variant 0 expects size to be 2, got 1/) }
+ it { is_expected.to compile.and_raise_error(/parameter 'object_name' variant [012] expects size to be 2, got 1/) }
237
238
239
context 'invalid object_name - too many array elements' do
@@ -251,7 +251,7 @@
251
252
253
254
- it { is_expected.to compile.and_raise_error(/parameter 'object_name' variant 0 expects size to be 2, got 3/) }
+ it { is_expected.to compile.and_raise_error(/parameter 'object_name' variant [012] expects size to be 2, got 3/) }
255
256
257
0 commit comments