Remove debug

Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
Miah Johnson 2019-10-11 00:37:26 -07:00
parent 301905e8de
commit c3eb686b51

View file

@ -142,7 +142,7 @@ describe "inspec exec with json formatter" do
it "has all the metadata" do
actual = profile.dup
key = actual.delete("controls")
.find { |x| p x; x["id"] =~ /generated from example/ }["id"]
.find { |x| x["id"] =~ /generated from example/ }["id"]
groups = actual.delete("groups")
actual.delete("sha256")
_(actual).must_equal({