mirror of
https://github.com/inspec/inspec
synced 2024-11-13 00:17:08 +00:00
Correct html validation assertion syntax
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
b8b7e4e848
commit
adc59ea4ad
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ describe "inspec-reporter-html2" do
|
|||
}
|
||||
run_result
|
||||
|
||||
_(HTMLProofer.check_file(output_file, proofer_opts).run).must_output("")
|
||||
_(proc {HTMLProofer.check_file(output_file, proofer_opts).run} ).must_be_silent
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue