We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58ac122 commit 3c53684Copy full SHA for 3c53684
test/integration/default/controls/command_spec.rb
@@ -2,6 +2,7 @@
2
title 'should match desired lines'
3
4
describe command(%q{su - postgres -c 'psql -qtc "\l+ db2"'}) do
5
- its(:stdout) { should match(/db2.*remoteUser.*UTF8.*en_US\.UTF-8.*en_US\.UTF-8.*my_space/) }
+ its(:stdout) { should match(/.*db2.*my_space/) }
6
+ # its(:stdout) { should match(/db2.*remoteUser.*UTF8.*en_US\.UTF-8.*en_US\.UTF-8.*my_space/) }
7
end
8
0 commit comments