Correct html validation assertion syntax

Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
Clinton Wolfe 2020-05-23 23:35:32 -04:00 committed by Mary Jinglewski
parent b8b7e4e848
commit adc59ea4ad

View file

@ -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