We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 992faad commit 6a2c90fCopy full SHA for 6a2c90f
1 file changed
controls/sshd_spec.rb
@@ -222,7 +222,7 @@
222
tag 'CIS Red Hat Enterprise Linux 7 Benchmark version 01-31-2017': '2.1.1'
223
ref 'Center for Internet Security', url: 'https://www.cisecurity.org/'
224
describe sshd_config do
225
- its('MaxAuthTries') { should be == attribute('max_auth_tries') }
+ its('MaxAuthTries') { should cmp == attribute('max_auth_tries') }
226
end
227
228
0 commit comments