Merge pull request #4658 from inspec/mj/hfmash

Ooops. I didn't need to remove this just yet. html parser is using it.
This commit is contained in:
Ryan Davis 2019-10-31 14:41:07 -07:00 committed by GitHub
commit 4e047f6854
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,7 @@ require "inspec/resources/command"
require "inspec/utils/database_helpers"
require "htmlentities"
require "rexml/document"
require "hashie/mash"
require "csv"
module Inspec::Resources