We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64b1b44 commit 0836b4cCopy full SHA for 0836b4c
test/integration/openssh/inspec/openssh_spec.rb
@@ -13,5 +13,7 @@
13
14
describe port(22) do
15
it { should be_listening }
16
- its("protocols") { should cmp %w[tcp tcp6] }
+ its("protocols") { should include "tcp" }
17
+ # https://github.com/inspec/inspec/issues/3209
18
+ # its("protocols") { should include "tcp6" }
19
end
0 commit comments