Skip to content

Commit f0873c7

Browse files
committed
Add both vuln and Vuln
Signed-off-by: imjoseangel <josea.munoz@gmail.com>
1 parent b03f36e commit f0873c7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

controls/os_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,8 @@
253253

254254
loaded_files.each do |vulnfile|
255255
describe file(vulnfile) do
256-
its('content') { should_not match 'vulnerable' }
256+
its(:content) { should_not match 'vulnerable' }
257+
its(:content) { should_not match 'Vulnerable' }
257258
end
258259
end
259260
end

0 commit comments

Comments
 (0)