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 902c4c8 commit 256117eCopy full SHA for 256117e
controls/postgres_spec.rb
@@ -198,7 +198,6 @@
198
it { should be_owned_by USER }
199
it { should be_readable.by('owner') }
200
it { should be_readable.by('group') }
201
- # https://github.com/geerlingguy/ansible-role-postgresql/pull/187
202
it { should_not be_readable.by('other') }
203
it { should be_writable.by('owner') }
204
it { should_not be_writable.by('group') }
0 commit comments