Merge pull request #1622 from chef/adamleff/ssl-docs-fix

Fix protocols matcher text on ssl resource docs
This commit is contained in:
Adam Leff 2017-04-03 16:15:00 -04:00 committed by GitHub
commit 9c20098603

View file

@ -70,7 +70,7 @@ or:
### protocols
The `protocols` matcher tests the number of times the named user appears in `/etc/shadow`:
The `protocols` matcher tests what protocol versions (SSLv3, TLSv1.1, etc) are enabled:
its('protocols') { should eq 'ssl2' }