update to use new html proofer api

This commit is contained in:
Ben Balter 2017-04-04 09:52:27 -04:00
parent 7de7c7a497
commit 8e8b11aab7
No known key found for this signature in database
GPG Key ID: DBB67C246AD356C4
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ describe Jekyll::SeoTag do
:check_html => true,
:checks_to_ignore => %w(ScriptCheck LinkCheck ImageCheck),
}
status = HTML::Proofer.new(dest_dir, options).run
status = HTMLProofer.check_directory(dest_dir, options).run
expect(status).to eql(true)
end